Class TimestampRangeFilter (2.23.1)

TimestampRangeFilter(range_)

Row filter that limits cells to a range of time.

Parameter

Name Description
range_ TimestampRange

Range of time that cells should match against.

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
Type Description
.data_v2_pb2.RowFilter The converted current object.