Class Google::Cloud::Bigtable::V2::RowFilter::Condition (v0.4.0)

A RowFilter which evaluates one of two possible RowFilters, depending on whether or not a predicate RowFilter outputs any cells from the input row.

IMPORTANT NOTE: The predicate filter does not execute atomically with the true and false filters, which may lead to inconsistent or unexpected results. Additionally, Condition filters have poor performance, especially when filters are set for the false condition.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#false_filter

def false_filter() -> ::Google::Cloud::Bigtable::V2::RowFilter
Returns

#false_filter=

def false_filter=(value) -> ::Google::Cloud::Bigtable::V2::RowFilter
Parameter
  • value (::Google::Cloud::Bigtable::V2::RowFilter) — The filter to apply to the input row if predicate_filter does not return any results. If not provided, no results will be returned in the false case.
Returns

#predicate_filter

def predicate_filter() -> ::Google::Cloud::Bigtable::V2::RowFilter
Returns

#predicate_filter=

def predicate_filter=(value) -> ::Google::Cloud::Bigtable::V2::RowFilter
Parameter
Returns

#true_filter

def true_filter() -> ::Google::Cloud::Bigtable::V2::RowFilter
Returns

#true_filter=

def true_filter=(value) -> ::Google::Cloud::Bigtable::V2::RowFilter
Parameter
Returns