Class ColumnQualifierRegexFilter (1.7.2)

ColumnQualifierRegexFilter(regex)

Row filter for a column qualifier regular expression.

The regex must be valid RE2 patterns. See Google's RE2 reference_ for the accepted syntax.

.. _RE2 reference: https://github.com/google/re2/wiki/Syntax

Parameter

NameDescription
regex bytes

A regular expression (RE2) to match cells from column that match this regex (irrespective of column family).

Inheritance

builtins.object > RowFilter > google.cloud.bigtable.row_filters._RegexFilter > ColumnQualifierRegexFilter

Methods

to_pb

to_pb()

Converts the row filter to a protobuf.

Returns
TypeDescription
`.data_v2_pb2.RowFilter`The converted current object.