| Package | Description |
|---|---|
| com.google.bigtable.v2 |
| Modifier and Type | Class and 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.
|
| Modifier and Type | Method and Description |
|---|---|
RowFilter.ConditionOrBuilder |
RowFilterOrBuilder.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 |
RowFilter.Builder.getConditionOrBuilder()
Applies one of two possible RowFilters to the data based on the output of
a predicate RowFilter.
|