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

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

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

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

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

Subclasses of BoundaryDef in org.apache.hadoop.hive.ql.plan.ptf
 class CurrentRowDef
           
 class RangeBoundaryDef
           
 class ValueBoundaryDef
           
 

Methods in org.apache.hadoop.hive.ql.plan.ptf that return BoundaryDef
 BoundaryDef WindowFrameDef.getEnd()
           
 BoundaryDef WindowFrameDef.getStart()
           
 

Methods in org.apache.hadoop.hive.ql.plan.ptf with parameters of type BoundaryDef
 int ValueBoundaryDef.compareTo(BoundaryDef other)
           
 int RangeBoundaryDef.compareTo(BoundaryDef other)
           
 int CurrentRowDef.compareTo(BoundaryDef other)
           
 void WindowFrameDef.setEnd(BoundaryDef end)
           
 void WindowFrameDef.setStart(BoundaryDef start)
           
 

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

Constructors in org.apache.hadoop.hive.ql.udf.ptf with parameters of type BoundaryDef
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.