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

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

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

Methods in org.apache.hadoop.hive.ql.exec that return RowSchema
 RowSchema Operator.getSchema()
           
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type RowSchema
static
<T extends OperatorDesc>
Operator<T>
OperatorFactory.get(Class<T> opClass, RowSchema rwsch)
           
static
<T extends OperatorDesc>
Operator<T>
OperatorFactory.get(T conf, RowSchema rwsch, Operator... oplist)
          Returns an operator given the conf and a list of children operators.
static
<T extends OperatorDesc>
Operator<T>
OperatorFactory.getAndMakeChild(T conf, RowSchema rwsch, List<Operator<? extends OperatorDesc>> oplist)
          Returns an operator given the conf and a list of parent operators.
static
<T extends OperatorDesc>
Operator<T>
OperatorFactory.getAndMakeChild(T conf, RowSchema rwsch, Operator... oplist)
          Returns an operator given the conf and a list of parent operators.
 void Operator.setSchema(RowSchema rowSchema)
           
 

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

Methods in org.apache.hadoop.hive.ql.parse that return RowSchema
 RowSchema RowResolver.getRowSchema()
           
 

Methods in org.apache.hadoop.hive.ql.parse with parameters of type RowSchema
 void RowResolver.setRowSchema(RowSchema rowSchema)
           
 

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

Methods in org.apache.hadoop.hive.ql.plan with parameters of type RowSchema
static List<FieldSchema> PlanUtils.getFieldSchemasFromRowSchema(RowSchema row, String fieldPrefix)
          Convert the RowSchema to FieldSchema list.
 



Copyright © 2011 The Apache Software Foundation