Uses of Interface
com.google.bigtable.v2.RowFilter.ConditionOrBuilder
-
Packages that use RowFilter.ConditionOrBuilder Package Description com.google.bigtable.v2 -
-
Uses of RowFilter.ConditionOrBuilder in com.google.bigtable.v2
Classes in com.google.bigtable.v2 that implement RowFilter.ConditionOrBuilder Modifier and Type Class Description static class
RowFilter.Condition
A RowFilter which evaluates one of two possible RowFilters, depending on whether or not a predicate RowFilter outputs any cells from the input row.static class
RowFilter.Condition.Builder
A RowFilter which evaluates one of two possible RowFilters, depending on whether or not a predicate RowFilter outputs any cells from the input row.Methods in com.google.bigtable.v2 that return RowFilter.ConditionOrBuilder Modifier and Type Method Description RowFilter.ConditionOrBuilder
RowFilter.Builder. getConditionOrBuilder()
Applies one of two possible RowFilters to the data based on the output of a predicate RowFilter.RowFilter.ConditionOrBuilder
RowFilter. getConditionOrBuilder()
Applies one of two possible RowFilters to the data based on the output of a predicate RowFilter.RowFilter.ConditionOrBuilder
RowFilterOrBuilder. getConditionOrBuilder()
Applies one of two possible RowFilters to the data based on the output of a predicate RowFilter.
-