| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.optimizer.topnkey | |
| org.apache.hadoop.hive.ql.plan |
| Modifier and Type | Method and Description |
|---|---|
static CommonKeyPrefix |
CommonKeyPrefix.map(TopNKeyDesc topNKeyDesc,
ReduceSinkDesc reduceSinkDesc)
Factory method to map a
TopNKeyOperator's and
a ReduceSinkOperator's keys. |
| Modifier and Type | Method and Description |
|---|---|
static ReduceSinkDesc |
PlanUtils.getReduceSinkDesc(List<ExprNodeDesc> keyCols,
int numKeys,
List<ExprNodeDesc> valueCols,
List<List<Integer>> distinctColIndices,
List<String> outputKeyColumnNames,
List<String> outputValueColumnNames,
boolean includeKey,
int tag,
int numPartitionFields,
int numReducers,
AcidUtils.Operation writeType,
NullOrdering defaultNullOrder)
Create the reduce sink descriptor.
|
static ReduceSinkDesc |
PlanUtils.getReduceSinkDesc(List<ExprNodeDesc> keyCols,
int numKeys,
List<ExprNodeDesc> valueCols,
List<List<Integer>> distinctColIndices,
List<String> outputKeyColumnNames,
List<String> outputValueColumnNames,
boolean includeKeyCols,
int tag,
List<ExprNodeDesc> partitionCols,
String order,
String nullOrder,
NullOrdering defaultNullOrder,
int numReducers,
AcidUtils.Operation writeType)
Create the reduce sink descriptor.
|
static ReduceSinkDesc |
PlanUtils.getReduceSinkDesc(List<ExprNodeDesc> keyCols,
List<ExprNodeDesc> valueCols,
List<String> outputColumnNames,
boolean includeKey,
int tag,
int numPartitionFields,
int numReducers,
AcidUtils.Operation writeType,
NullOrdering defaultNullOrder)
Create the reduce sink descriptor.
|
static ReduceSinkDesc |
PlanUtils.getReduceSinkDesc(List<ExprNodeDesc> keyCols,
List<ExprNodeDesc> valueCols,
List<String> outputColumnNames,
boolean includeKeyCols,
int tag,
List<ExprNodeDesc> partitionCols,
String order,
String nullOrder,
NullOrdering defaultNullOrder,
int numReducers,
AcidUtils.Operation writeType,
boolean isCompaction)
Create the reduce sink descriptor.
|
| Constructor and Description |
|---|
ReduceSinkOperatorExplainVectorization(ReduceSinkDesc reduceSinkDesc,
VectorReduceSinkDesc vectorReduceSinkDesc) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.