public interface HBaseFilterAssembler extends Assembler
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 |
|---|---|
org.apache.hadoop.hbase.filter.Filter |
getFilter()
Returns the assembled filter, filter list or filter hierarchy root.
|
Copyright © 2021. All Rights Reserved.