Class: Google::Bigtable::V2::RowFilter::Chain

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb

Overview

A RowFilter which sends rows through several RowFilters in sequence.

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Google::Bigtable::V2::RowFilter>

Returns The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ... -> f(N) -> out row The full chain is executed atomically.

Returns:

  • (Array<Google::Bigtable::V2::RowFilter>)

    The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ... -> f(N) -> out row The full chain is executed atomically.



351
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 351

class Chain; end