Class BlockAllFilter (2.23.1)

BlockAllFilter(flag)

Row filter that doesn't match any cells.

Parameter

Name Description
flag bool

Does not match any cells, regardless of input. Useful for temporarily disabling just part of a filter.

Methods

to_pb

to_pb()

Converts the row filter to a protobuf.

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