We currently use None to for inclusive flags, and raise an error if the flag is set when the field is not. WE have this behaviour in both RowRange and RowFilter.
We should consider using default values in the signature instead, to make things simpler
Context: googleapis/python-bigtable#820 (comment)
We currently use None to for inclusive flags, and raise an error if the flag is set when the field is not. WE have this behaviour in both RowRange and RowFilter.
We should consider using default values in the signature instead, to make things simpler
Context: googleapis/python-bigtable#820 (comment)