Package | Description |
---|---|
org.apache.hadoop.hive.ql.io.sarg |
Modifier and Type | Method and Description |
---|---|
PredicateLeaf.Operator |
SearchArgumentImpl.PredicateLeafImpl.getOperator() |
PredicateLeaf.Operator |
PredicateLeaf.getOperator()
Get the operator for the leaf.
|
static PredicateLeaf.Operator |
PredicateLeaf.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PredicateLeaf.Operator[] |
PredicateLeaf.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PredicateLeafImpl(PredicateLeaf.Operator operator,
PredicateLeaf.Type type,
String columnName,
Object literal,
List<Object> literalList) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.