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

Packages that use PTFDesc.PTFExpressionDef
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.ql.plan   
org.apache.hadoop.hive.ql.udf.ptf   
 

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

Methods in org.apache.hadoop.hive.ql.parse that return PTFDesc.PTFExpressionDef
 PTFDesc.PTFExpressionDef PTFTranslator.buildExpressionDef(PTFDesc.ShapeDetails inpShape, ASTNode arg)
           
 

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

Subclasses of PTFDesc.PTFExpressionDef in org.apache.hadoop.hive.ql.plan
static class PTFDesc.OrderExpressionDef
           
static class PTFDesc.WindowExpressionDef
           
static class PTFDesc.WindowFunctionDef
           
 

Methods in org.apache.hadoop.hive.ql.plan that return PTFDesc.PTFExpressionDef
 PTFDesc.PTFExpressionDef PTFDesc.ValueBoundaryDef.getExpressionDef()
           
 

Methods in org.apache.hadoop.hive.ql.plan that return types with arguments of type PTFDesc.PTFExpressionDef
 ArrayList<PTFDesc.PTFExpressionDef> PTFDesc.PartitionedTableFunctionDef.getArgs()
           
 ArrayList<PTFDesc.PTFExpressionDef> PTFDesc.WindowFunctionDef.getArgs()
           
 ArrayList<PTFDesc.PTFExpressionDef> PTFDesc.PartitionDef.getExpressions()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type PTFDesc.PTFExpressionDef
 void PTFDesc.PartitionedTableFunctionDef.addArg(PTFDesc.PTFExpressionDef arg)
           
 void PTFDesc.WindowFunctionDef.addArg(PTFDesc.PTFExpressionDef arg)
           
 void PTFDesc.PartitionDef.addExpression(PTFDesc.PTFExpressionDef e)
           
protected  void PTFDeserializer.initialize(PTFDesc.PTFExpressionDef eDef, PTFDesc.ShapeDetails inpShape)
           
 void PTFDesc.ValueBoundaryDef.setExpressionDef(PTFDesc.PTFExpressionDef expressionDef)
           
 

Method parameters in org.apache.hadoop.hive.ql.plan with type arguments of type PTFDesc.PTFExpressionDef
 void PTFDesc.PartitionedTableFunctionDef.setArgs(ArrayList<PTFDesc.PTFExpressionDef> args)
           
 void PTFDesc.WindowFunctionDef.setArgs(ArrayList<PTFDesc.PTFExpressionDef> args)
           
 void PTFDesc.PartitionDef.setExpressions(ArrayList<PTFDesc.PTFExpressionDef> expressions)
           
 

Constructors in org.apache.hadoop.hive.ql.plan with parameters of type PTFDesc.PTFExpressionDef
PTFDesc.OrderExpressionDef(PTFDesc.PTFExpressionDef e)
           
PTFDesc.PTFExpressionDef(PTFDesc.PTFExpressionDef e)
           
PTFDesc.WindowExpressionDef(PTFDesc.PTFExpressionDef eDef)
           
 

Uses of PTFDesc.PTFExpressionDef in org.apache.hadoop.hive.ql.udf.ptf
 

Constructors in org.apache.hadoop.hive.ql.udf.ptf with parameters of type PTFDesc.PTFExpressionDef
WindowingTableFunction.DoubleValueBoundaryScanner(PTFDesc.BoundaryDef bndDef, PTFInvocationSpec.Order order, PTFDesc.PTFExpressionDef expressionDef)
           
WindowingTableFunction.LongValueBoundaryScanner(PTFDesc.BoundaryDef bndDef, PTFInvocationSpec.Order order, PTFDesc.PTFExpressionDef expressionDef)
           
WindowingTableFunction.StringValueBoundaryScanner(PTFDesc.BoundaryDef bndDef, PTFInvocationSpec.Order order, PTFDesc.PTFExpressionDef expressionDef)
           
 



Copyright © 2012 The Apache Software Foundation