Uses of Class
org.apache.hadoop.hive.ql.plan.PTFDesc.ShapeDetails

Packages that use PTFDesc.ShapeDetails
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.ql.plan   
 

Uses of PTFDesc.ShapeDetails in org.apache.hadoop.hive.ql.parse
 

Methods in org.apache.hadoop.hive.ql.parse with parameters of type PTFDesc.ShapeDetails
 PTFDesc.PTFExpressionDef PTFTranslator.buildExpressionDef(PTFDesc.ShapeDetails inpShape, ASTNode arg)
           
 

Uses of PTFDesc.ShapeDetails in org.apache.hadoop.hive.ql.plan
 

Methods in org.apache.hadoop.hive.ql.plan that return PTFDesc.ShapeDetails
 PTFDesc.ShapeDetails PTFDesc.PTFInputDef.getOutputShape()
           
 PTFDesc.ShapeDetails PTFDesc.PartitionedTableFunctionDef.getRawInputShape()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type PTFDesc.ShapeDetails
protected  void PTFDeserializer.initialize(PTFDesc.BoundaryDef def, PTFDesc.ShapeDetails inpShape)
           
protected  void PTFDeserializer.initialize(PTFDesc.PTFExpressionDef eDef, PTFDesc.ShapeDetails inpShape)
           
protected  void PTFDeserializer.initialize(PTFDesc.ShapeDetails shp, StructObjectInspector OI)
           
 void PTFDesc.PTFInputDef.setOutputShape(PTFDesc.ShapeDetails outputShape)
           
 void PTFDesc.PartitionedTableFunctionDef.setRawInputShape(PTFDesc.ShapeDetails rawInputShape)
           
 



Copyright © 2012 The Apache Software Foundation