Class CellsRowLimitFilter (2.24.0)

CellsRowLimitFilter(num_cells)

Row filter to limit cells in a row.

Parameter

Name Description
num_cells int

Matches only the first N cells of the row.

Methods

to_pb

to_pb()

Converts the row filter to a protobuf.

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