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

Packages that use PTFInvocationSpec.OrderExpression
org.apache.hadoop.hive.ql.parse   
 

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

Methods in org.apache.hadoop.hive.ql.parse that return types with arguments of type PTFInvocationSpec.OrderExpression
protected static ArrayList<PTFInvocationSpec.OrderExpression> PTFTranslator.addPartitionExpressionsToOrderList(ArrayList<PTFInvocationSpec.PartitionExpression> partCols, ArrayList<PTFInvocationSpec.OrderExpression> orderCols)
           
 ArrayList<PTFInvocationSpec.OrderExpression> PTFInvocationSpec.OrderSpec.getExpressions()
           
 

Methods in org.apache.hadoop.hive.ql.parse with parameters of type PTFInvocationSpec.OrderExpression
 void PTFInvocationSpec.OrderSpec.addExpression(PTFInvocationSpec.OrderExpression c)
           
 

Method parameters in org.apache.hadoop.hive.ql.parse with type arguments of type PTFInvocationSpec.OrderExpression
protected static ArrayList<PTFInvocationSpec.OrderExpression> PTFTranslator.addPartitionExpressionsToOrderList(ArrayList<PTFInvocationSpec.PartitionExpression> partCols, ArrayList<PTFInvocationSpec.OrderExpression> orderCols)
           
 void PTFInvocationSpec.OrderSpec.setExpressions(ArrayList<PTFInvocationSpec.OrderExpression> columns)
           
 



Copyright © 2012 The Apache Software Foundation