Class StripValueTransformerFilter (1.4.0)

StripValueTransformerFilter(flag)

Row filter that transforms cells into empty string (0 bytes).

Parameter

NameDescription
flag bool

If :data:True, replaces each cell's value with the empty string. As the name indicates, this is more useful as a transformer than a generic query / filter.

Methods

to_pb

to_pb()

Converts the row filter to a protobuf.

Returns
TypeDescription
.data_v2_pb2.RowFilterThe converted current object.