Class TimestampRangeFilter (1.3.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.

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.RowFilterThe converted current object.