Class TimestampRangeFilter (2.10.0)

TimestampRangeFilter(range_)

Row filter that limits cells to a range of time.

Parameter

NameDescription
range_ `TimestampRange`

Range of time that cells should match against.

Inheritance

builtins.object > RowFilter > TimestampRangeFilter

Methods

to_pb

to_pb()

Converts the row filter to a protobuf.

First converts the range_ on the current object to a protobuf and then uses it in the timestamp_range_filter field.

Returns
TypeDescription
`.data_v2_pb2.RowFilter`The converted current object.