Uses of Class
org.apache.hadoop.hive.ql.plan.ExprNodeConstantDesc

Packages that use ExprNodeConstantDesc
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.index   
 

Uses of ExprNodeConstantDesc in org.apache.hadoop.hive.ql.exec
 

Fields in org.apache.hadoop.hive.ql.exec declared as ExprNodeConstantDesc
protected  ExprNodeConstantDesc ExprNodeConstantEvaluator.expr
           
 

Constructors in org.apache.hadoop.hive.ql.exec with parameters of type ExprNodeConstantDesc
ExprNodeConstantEvaluator(ExprNodeConstantDesc expr)
           
 

Uses of ExprNodeConstantDesc in org.apache.hadoop.hive.ql.index
 

Methods in org.apache.hadoop.hive.ql.index that return ExprNodeConstantDesc
 ExprNodeConstantDesc IndexSearchCondition.getConstantDesc()
           
 

Methods in org.apache.hadoop.hive.ql.index with parameters of type ExprNodeConstantDesc
 void IndexSearchCondition.setConstantDesc(ExprNodeConstantDesc constantDesc)
           
 

Constructors in org.apache.hadoop.hive.ql.index with parameters of type ExprNodeConstantDesc
IndexSearchCondition(ExprNodeColumnDesc columnDesc, String comparisonOp, ExprNodeConstantDesc constantDesc, ExprNodeDesc comparisonExpr)
          Constructs a search condition, which takes the form
 



Copyright © 2011 The Apache Software Foundation