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

Packages that use RowSchema
org.apache.hadoop.hive.ql.exec   
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 Serializable>
Operator<T>
OperatorFactory.get(Class<T> opClass, RowSchema rwsch)
           
static
<T extends Serializable>
Operator<T>
OperatorFactory.get(T conf, RowSchema rwsch, Operator... oplist)
           
static
<T extends Serializable>
Operator<T>
OperatorFactory.getAndMakeChild(T conf, RowSchema rwsch, Operator... oplist)
           
 void Operator.setSchema(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 © 2009 The Apache Software Foundation