|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExpressionTree.LogicalOperator | |
---|---|
org.apache.hadoop.hive.metastore.parser | This package implements the parser for parsing the string filter for the listPartitionsByFilter API. |
Uses of ExpressionTree.LogicalOperator in org.apache.hadoop.hive.metastore.parser |
---|
Methods in org.apache.hadoop.hive.metastore.parser that return ExpressionTree.LogicalOperator | |
---|---|
static ExpressionTree.LogicalOperator |
ExpressionTree.LogicalOperator.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ExpressionTree.LogicalOperator[] |
ExpressionTree.LogicalOperator.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.hadoop.hive.metastore.parser with parameters of type ExpressionTree.LogicalOperator | |
---|---|
void |
ExpressionTree.addIntermediateNode(ExpressionTree.LogicalOperator andOr)
Adds a intermediate node of either type(AND/OR). |
Constructors in org.apache.hadoop.hive.metastore.parser with parameters of type ExpressionTree.LogicalOperator | |
---|---|
ExpressionTree.TreeNode(ExpressionTree.TreeNode lhs,
ExpressionTree.LogicalOperator andOr,
ExpressionTree.TreeNode rhs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |