| 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(List<ExprNodeDesc> opKeys,
String opOrder,
String opNullOrder,
List<ExprNodeDesc> parentKeys,
Map<String,ExprNodeDesc> parentColExprMap,
String parentOrder,
String parentNullOrder)
General factory method to map two operator keys.
|
static CommonKeyPrefix |
CommonKeyPrefix.map(List<ExprNodeDesc> opKeys,
String opOrder,
String opNullOrder,
List<ExprNodeDesc> parentKeys,
String parentOrder,
String parentNullOrder) |
static CommonKeyPrefix |
CommonKeyPrefix.map(TopNKeyDesc topNKeyDesc,
GroupByDesc groupByDesc)
Factory method to map a
TopNKeyOperator's and a
GroupByOperator's keys. |
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 |
|---|---|
TopNKeyDesc |
TopNKeyDesc.combine(CommonKeyPrefix commonKeyPrefix) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.