Uses of Class
org.apache.hadoop.hive.ql.plan.reduceSinkDesc

Packages that use reduceSinkDesc
org.apache.hadoop.hive.ql.plan   
 

Uses of reduceSinkDesc in org.apache.hadoop.hive.ql.plan
 

Methods in org.apache.hadoop.hive.ql.plan that return reduceSinkDesc
static reduceSinkDesc PlanUtils.getReduceSinkDesc(ArrayList<exprNodeDesc> keyCols, ArrayList<exprNodeDesc> valueCols, List<String> outputColumnNames, boolean includeKeyCols, int tag, ArrayList<exprNodeDesc> partitionCols, String order, int numReducers)
          Create the reduce sink descriptor.
static reduceSinkDesc PlanUtils.getReduceSinkDesc(ArrayList<exprNodeDesc> keyCols, ArrayList<exprNodeDesc> valueCols, List<String> outputColumnNames, boolean includeKey, int tag, int numPartitionFields, int numReducers)
          Create the reduce sink descriptor.
 



Copyright © 2009 The Apache Software Foundation