Class CellsColumnLimitFilter (2.24.0)

CellsColumnLimitFilter(num_cells)

Row filter to limit cells in a column.

Parameter

Name Description
num_cells int

Matches only the most recent N cells within each column. This filters a (family name, column) pair, based on timestamps of each cell.

Methods

to_pb

to_pb()

Converts the row filter to a protobuf.

Returns
Type Description
.data_v2_pb2.RowFilter The converted current object.