Uses of Class
org.apache.hadoop.hive.ql.parse.PTFInvocationSpec.Order

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

Uses of PTFInvocationSpec.Order in org.apache.hadoop.hive.ql.parse
 

Methods in org.apache.hadoop.hive.ql.parse that return PTFInvocationSpec.Order
 PTFInvocationSpec.Order PTFInvocationSpec.OrderExpression.getOrder()
           
static PTFInvocationSpec.Order PTFInvocationSpec.Order.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PTFInvocationSpec.Order[] PTFInvocationSpec.Order.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hive.ql.parse with parameters of type PTFInvocationSpec.Order
 void PTFInvocationSpec.OrderExpression.setOrder(PTFInvocationSpec.Order order)
           
 

Uses of PTFInvocationSpec.Order in org.apache.hadoop.hive.ql.plan
 

Methods in org.apache.hadoop.hive.ql.plan that return PTFInvocationSpec.Order
 PTFInvocationSpec.Order PTFDesc.OrderExpressionDef.getOrder()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type PTFInvocationSpec.Order
 void PTFDesc.OrderExpressionDef.setOrder(PTFInvocationSpec.Order order)
           
 

Uses of PTFInvocationSpec.Order in org.apache.hadoop.hive.ql.udf.ptf
 

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