Class PassAllFilter (2.24.0)

PassAllFilter(flag)

Row filter equivalent to not filtering at all.

Parameter

Name Description
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
Type Description
.data_v2_pb2.RowFilter The converted current object.