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

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

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

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

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

Methods in org.apache.hadoop.hive.ql.plan with parameters of type PTFDesc.BoundaryDef
 int PTFDesc.RangeBoundaryDef.compareTo(PTFDesc.BoundaryDef other)
           
 int PTFDesc.CurrentRowDef.compareTo(PTFDesc.BoundaryDef other)
           
 int PTFDesc.ValueBoundaryDef.compareTo(PTFDesc.BoundaryDef other)
           
protected  void PTFDeserializer.initialize(PTFDesc.BoundaryDef def, PTFDesc.ShapeDetails inpShape)
           
 void PTFDesc.WindowFrameDef.setEnd(PTFDesc.BoundaryDef end)
           
 void PTFDesc.WindowFrameDef.setStart(PTFDesc.BoundaryDef start)
           
 

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

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