Class PassAllFilter (2.11.3)

PassAllFilter(flag)

Row filter equivalent to not filtering at all.

Parameter

NameDescription
flag bool

Matches all cells, regardless of input. Functionally equivalent to leaving filter unset, but included for completeness.

Methods

to_pb

to_pb()

Converts the row filter to a protobuf.

Returns
TypeDescription
.data_v2_pb2.RowFilterThe converted current object.