| Package | Description |
|---|---|
| org.cloudgraph.hbase.scan |
Analyzes the characteristics of a query and assembles composite start and stop row keys,
in order to leverage the important HBase partial row-key scan
capability for every possible query predicate expression.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ScanLiterals.supportCompleteRowKey(ScanCollector collector)
Returns true if this set of literals can support a partial row key scan for
the given graph
|
boolean |
ScanLiterals.supportFuzzyRowKeyScan(ScanCollector collector)
Returns true if this set of literals can support a fuzzy row key scan for
the given graph
|
boolean |
ScanLiterals.supportPartialRowKeyScan(ScanCollector collector)
Returns true if this set of literals can support a partial row key scan for
the given graph
|
Copyright © 2021. All Rights Reserved.