Class CellsRowOffsetFilter (1.4.0)

CellsRowOffsetFilter(num_cells)

Row filter to skip cells in a row.

Parameter

NameDescription
num_cells int

Skips the first N cells of the row.

Methods

to_pb

to_pb()

Converts the row filter to a protobuf.

Returns
TypeDescription
.data_v2_pb2.RowFilterThe converted current object.