Class BlockAllFilter (2.14.0)

BlockAllFilter(flag)

Row filter that doesn't match any cells.

Parameter

NameDescription
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
TypeDescription
.data_v2_pb2.RowFilterThe converted current object.