public interface PredicateFilterAssembler extends HBaseFilterAssembler
HBase filters may be collected into lists using FilterList each with a MUST_PASS_ALL or MUST_PASS_ONE (logical) operator. Lists may then be assembled into hierarchies used to represent complex expression trees filtering either rows or columns in HBase.
| Modifier and Type | Method and Description |
|---|---|
void |
assemble(org.plasma.query.model.Where where,
org.plasma.sdo.PlasmaType contextType)
Assembles a predicate filter list or hierarchy based on one or more given
query predicates.
|
getFiltervoid assemble(org.plasma.query.model.Where where,
org.plasma.sdo.PlasmaType contextType)
where - the where clausecontextType - the context type which may be the root type or another type linked
by one or more relations to the rootCopyright © 2021. All Rights Reserved.