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

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

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

Methods in org.apache.hadoop.hive.metastore.parser with parameters of type ExpressionTree.LeafNode
 void ExpressionTree.addLeafNode(ExpressionTree.LeafNode newNode)
          Adds a leaf node, pushes the new node onto the stack.
 



Copyright © 2011 The Apache Software Foundation