Uses of Class
org.apache.hadoop.hive.metastore.parser.ExpressionTree.Operator

Packages that use ExpressionTree.Operator
org.apache.hadoop.hive.metastore.parser This package implements the parser for parsing the string filter for the listPartitionsByFilter API. 
 

Uses of ExpressionTree.Operator in org.apache.hadoop.hive.metastore.parser
 

Fields in org.apache.hadoop.hive.metastore.parser declared as ExpressionTree.Operator
 ExpressionTree.Operator ExpressionTree.LeafNode.operator
           
 

Methods in org.apache.hadoop.hive.metastore.parser that return ExpressionTree.Operator
static ExpressionTree.Operator ExpressionTree.Operator.fromString(String inputOperator)
           
static ExpressionTree.Operator ExpressionTree.Operator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExpressionTree.Operator[] ExpressionTree.Operator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011 The Apache Software Foundation