public class ScanRecognizerContext extends Object implements EvaluationContext
partial, fuzzy and other and other scan constructs
within the context of a binary expression syntax tree.
Composite row key scans represent only
logical binary 'AND'
expressions across the key fields. So for
relational binary
expressions linked within a query syntax tree by one or more logical binary
'AND', expressions, a single partial or
fuzzy row key scan may be used. But for
relational binary
expressions linked by logical binary 'OR' expressions multiple scans must be used. Clients of this
context class may execute the resulting scans in series or in parallel
depending on various performance and other considerations.
org.cloudgraph.hbase.expr.Expr,
org.cloudgraph.hbase.expr.BinaryExpr| Constructor and Description |
|---|
ScanRecognizerContext(DataGraphMapping graph)
Constructs an empty context.
|
public ScanRecognizerContext(DataGraphMapping graph)
public DataGraphMapping getGraph()
Copyright © 2021. All Rights Reserved.