Class RowFilterChain (2.23.1)

RowFilterChain(
    filters: typing.Optional[
        list[google.cloud.bigtable.data.row_filters.RowFilter]
    ] = None,
)

Chain of row filters.

Sends rows through several filters in sequence. The filters are "chained" together to process a row. After the first filter is applied, the second is applied to the filtered output and so on for subsequent filters.

Parameter

NameDescription
filters list

List of RowFilter