Class StripValueTransformerFilter (2.24.0)

StripValueTransformerFilter(flag)

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

Parameter

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