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

Packages that use PTFDesc.OrderExpressionDef
org.apache.hadoop.hive.ql.plan   
 

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

Methods in org.apache.hadoop.hive.ql.plan that return types with arguments of type PTFDesc.OrderExpressionDef
 ArrayList<PTFDesc.OrderExpressionDef> PTFDesc.OrderDef.getExpressions()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type PTFDesc.OrderExpressionDef
 void PTFDesc.OrderDef.addExpression(PTFDesc.OrderExpressionDef e)
           
 

Method parameters in org.apache.hadoop.hive.ql.plan with type arguments of type PTFDesc.OrderExpressionDef
 void PTFDesc.OrderDef.setExpressions(ArrayList<PTFDesc.OrderExpressionDef> expressions)
           
 



Copyright © 2012 The Apache Software Foundation