public interface SearchArgument
Modifier and Type | Interface and Description |
---|---|
static interface |
SearchArgument.Builder
A builder object for contexts outside of Hive where it isn't easy to
get a ExprNodeDesc.
|
static class |
SearchArgument.Factory
A factory for creating SearchArguments.
|
static class |
SearchArgument.TruthValue
The potential result sets of logical operations.
|
Modifier and Type | Field and Description |
---|---|
static SearchArgument.Factory |
FACTORY
Use this instance to create SearchArgument instances.
|
Modifier and Type | Method and Description |
---|---|
SearchArgument.TruthValue |
evaluate(SearchArgument.TruthValue[] leaves)
Evaluate the entire predicate based on the values for the leaf predicates.
|
java.util.List<PredicateLeaf> |
getLeaves()
Get the leaf predicates that are required to evaluate the predicate.
|
static final SearchArgument.Factory FACTORY
java.util.List<PredicateLeaf> getLeaves()
SearchArgument.TruthValue evaluate(SearchArgument.TruthValue[] leaves)
leaves
- the value of each leaf predicateCopyright © 2012 The Apache Software Foundation