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.ptf   
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.ptf
 

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

Methods in org.apache.hadoop.hive.ql.plan.ptf with parameters of type PTFInvocationSpec.Order
 void 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(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.