Uses of Class
org.apache.hadoop.hive.ql.exec.ColumnInfo

Packages that use ColumnInfo
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.optimizer.lineage   
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.ql.plan   
 

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

Methods in org.apache.hadoop.hive.ql.exec that return types with arguments of type ColumnInfo
 ArrayList<ColumnInfo> RowSchema.getSignature()
           
 

Method parameters in org.apache.hadoop.hive.ql.exec with type arguments of type ColumnInfo
 void RowSchema.setSignature(ArrayList<ColumnInfo> signature)
           
 

Constructors in org.apache.hadoop.hive.ql.exec with parameters of type ColumnInfo
ColumnInfo(ColumnInfo columnInfo)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.exec with type arguments of type ColumnInfo
RowSchema(ArrayList<ColumnInfo> signature)
           
 

Uses of ColumnInfo in org.apache.hadoop.hive.ql.optimizer.lineage
 

Methods in org.apache.hadoop.hive.ql.optimizer.lineage with parameters of type ColumnInfo
 LineageInfo.Dependency LineageCtx.Index.getDependency(Operator<? extends OperatorDesc> op, ColumnInfo col)
          Gets the dependency for an operator, columninfo tuple.
 void LineageCtx.Index.mergeDependency(Operator<? extends OperatorDesc> op, ColumnInfo ci, LineageInfo.Dependency dep)
          Merges the new dependencies in dep to the existing dependencies of (op, ci).
 void LineageCtx.Index.putDependency(Operator<? extends OperatorDesc> op, ColumnInfo col, LineageInfo.Dependency dep)
          Puts the dependency for an operator, columninfo tuple.
 

Uses of ColumnInfo in org.apache.hadoop.hive.ql.parse
 

Methods in org.apache.hadoop.hive.ql.parse that return ColumnInfo
 ColumnInfo RowResolver.get(String tab_alias, String col_alias)
          Gets the column Info to tab_alias.col_alias type of a column reference.
 ColumnInfo RowResolver.getExpression(ASTNode node)
          Retrieves the ColumnInfo corresponding to a source expression which exactly matches the string rendering of the given ASTNode.
 

Methods in org.apache.hadoop.hive.ql.parse that return types with arguments of type ColumnInfo
 ArrayList<ColumnInfo> RowResolver.getColumnInfos()
           
 HashMap<String,ColumnInfo> RowResolver.getFieldMap(String tabAlias)
           
 HashMap<String,LinkedHashMap<String,ColumnInfo>> RowResolver.getRslvMap()
           
 

Methods in org.apache.hadoop.hive.ql.parse with parameters of type ColumnInfo
 void RowResolver.put(String tab_alias, String col_alias, ColumnInfo colInfo)
           
 void RowResolver.putExpression(ASTNode node, ColumnInfo colInfo)
          Puts a resolver entry corresponding to a source expression which is to be used for identical expression recognition (e.g.
 

Method parameters in org.apache.hadoop.hive.ql.parse with type arguments of type ColumnInfo
 void RowResolver.setRslvMap(HashMap<String,LinkedHashMap<String,ColumnInfo>> rslvMap)
           
 

Uses of ColumnInfo in org.apache.hadoop.hive.ql.plan
 

Method parameters in org.apache.hadoop.hive.ql.plan with type arguments of type ColumnInfo
static List<FieldSchema> PlanUtils.getFieldSchemasFromColumnInfo(ArrayList<ColumnInfo> cols, String fieldPrefix)
          Convert the ColumnInfo to FieldSchema.
 void DynamicPartitionCtx.mapInputToDP(List<ColumnInfo> fs)
           
 



Copyright © 2011 The Apache Software Foundation