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

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

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

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

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

Methods in org.apache.hadoop.hive.ql.plan with parameters of type PTFExpressionDef
protected  void PTFDeserializer.initialize(PTFExpressionDef eDef, ShapeDetails inpShape)
           
 

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

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

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

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

Methods in org.apache.hadoop.hive.ql.plan.ptf with parameters of type PTFExpressionDef
 void WindowFunctionDef.addArg(PTFExpressionDef arg)
           
 void PartitionedTableFunctionDef.addArg(PTFExpressionDef arg)
           
 void PartitionDef.addExpression(PTFExpressionDef e)
           
 void ValueBoundaryDef.setExpressionDef(PTFExpressionDef expressionDef)
           
 

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

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

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

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



Copyright © 2014 The Apache Software Foundation. All rights reserved.