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

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

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

Fields in org.apache.hadoop.hive.ql.exec declared as ExprNodeColumnDesc
protected  ExprNodeColumnDesc ExprNodeColumnEvaluator.expr
           
 

Methods in org.apache.hadoop.hive.ql.exec that return ExprNodeColumnDesc
static ExprNodeColumnDesc TestExecDriver.getStringColumn(String columnName)
           
 

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

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

Methods in org.apache.hadoop.hive.ql.index that return ExprNodeColumnDesc
 ExprNodeColumnDesc IndexSearchCondition.getColumnDesc()
           
 

Methods in org.apache.hadoop.hive.ql.index with parameters of type ExprNodeColumnDesc
 void IndexSearchCondition.setColumnDesc(ExprNodeColumnDesc columnDesc)
           
 

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



Copyright © 2011 The Apache Software Foundation