Class SinkFilter (1.1.0)

SinkFilter(flag)

Advanced row filter to skip parent filters.

Parameter

NameDescription
flag bool

ADVANCED USE ONLY. Hook for introspection into the row filter. Outputs all cells directly to the output of the read rather than to any parent filter. Cannot be used within the predicate_filter, true_filter, or false_filter of a ConditionalRowFilter.

Methods

to_pb

to_pb()

Converts the row filter to a protobuf.

Returns
TypeDescription
.data_v2_pb2.RowFilterThe converted current object.