| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.plan |
| Modifier and Type | Method and Description |
|---|---|
VectorGroupByDesc.ProcessingMode |
VectorGroupByDesc.getProcessingMode() |
static VectorGroupByDesc.ProcessingMode |
VectorGroupByDesc.groupByDescModeToVectorProcessingMode(GroupByDesc.Mode mode,
boolean hasKeys)
Which ProcessingMode for VectorGroupByOperator?
Decides using GroupByDesc.Mode and whether there are keys.
|
static VectorGroupByDesc.ProcessingMode |
VectorGroupByDesc.ProcessingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VectorGroupByDesc.ProcessingMode[] |
VectorGroupByDesc.ProcessingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VectorGroupByDesc.setProcessingMode(VectorGroupByDesc.ProcessingMode processingMode) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.