RowFilterOrBuilder |
RowFilter.Condition.Builder.getFalseFilterOrBuilder() |
The filter to apply to the input row if `predicate_filter` does not
return any results.
|
RowFilterOrBuilder |
RowFilter.Condition.getFalseFilterOrBuilder() |
The filter to apply to the input row if `predicate_filter` does not
return any results.
|
RowFilterOrBuilder |
RowFilter.ConditionOrBuilder.getFalseFilterOrBuilder() |
The filter to apply to the input row if `predicate_filter` does not
return any results.
|
RowFilterOrBuilder |
ReadRowsRequest.Builder.getFilterOrBuilder() |
The filter to apply to the contents of the specified row(s).
|
RowFilterOrBuilder |
ReadRowsRequest.getFilterOrBuilder() |
The filter to apply to the contents of the specified row(s).
|
RowFilterOrBuilder |
ReadRowsRequestOrBuilder.getFilterOrBuilder() |
The filter to apply to the contents of the specified row(s).
|
RowFilterOrBuilder |
RowFilter.Chain.Builder.getFiltersOrBuilder(int index) |
The elements of "filters" are chained together to process the input row:
in row -> f(0) -> intermediate row -> f(1) -> ...
|
RowFilterOrBuilder |
RowFilter.Chain.getFiltersOrBuilder(int index) |
The elements of "filters" are chained together to process the input row:
in row -> f(0) -> intermediate row -> f(1) -> ...
|
RowFilterOrBuilder |
RowFilter.ChainOrBuilder.getFiltersOrBuilder(int index) |
The elements of "filters" are chained together to process the input row:
in row -> f(0) -> intermediate row -> f(1) -> ...
|
RowFilterOrBuilder |
RowFilter.Interleave.Builder.getFiltersOrBuilder(int index) |
The elements of "filters" all process a copy of the input row, and the
results are pooled, sorted, and combined into a single output row.
|
RowFilterOrBuilder |
RowFilter.Interleave.getFiltersOrBuilder(int index) |
The elements of "filters" all process a copy of the input row, and the
results are pooled, sorted, and combined into a single output row.
|
RowFilterOrBuilder |
RowFilter.InterleaveOrBuilder.getFiltersOrBuilder(int index) |
The elements of "filters" all process a copy of the input row, and the
results are pooled, sorted, and combined into a single output row.
|
RowFilterOrBuilder |
CheckAndMutateRowRequest.Builder.getPredicateFilterOrBuilder() |
The filter to be applied to the contents of the specified row.
|
RowFilterOrBuilder |
CheckAndMutateRowRequest.getPredicateFilterOrBuilder() |
The filter to be applied to the contents of the specified row.
|
RowFilterOrBuilder |
CheckAndMutateRowRequestOrBuilder.getPredicateFilterOrBuilder() |
The filter to be applied to the contents of the specified row.
|
RowFilterOrBuilder |
RowFilter.Condition.Builder.getPredicateFilterOrBuilder() |
If `predicate_filter` outputs any cells, then `true_filter` will be
evaluated on the input row.
|
RowFilterOrBuilder |
RowFilter.Condition.getPredicateFilterOrBuilder() |
If `predicate_filter` outputs any cells, then `true_filter` will be
evaluated on the input row.
|
RowFilterOrBuilder |
RowFilter.ConditionOrBuilder.getPredicateFilterOrBuilder() |
If `predicate_filter` outputs any cells, then `true_filter` will be
evaluated on the input row.
|
RowFilterOrBuilder |
RowFilter.Condition.Builder.getTrueFilterOrBuilder() |
The filter to apply to the input row if `predicate_filter` returns any
results.
|
RowFilterOrBuilder |
RowFilter.Condition.getTrueFilterOrBuilder() |
The filter to apply to the input row if `predicate_filter` returns any
results.
|
RowFilterOrBuilder |
RowFilter.ConditionOrBuilder.getTrueFilterOrBuilder() |
The filter to apply to the input row if `predicate_filter` returns any
results.
|