| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.parse | |
| org.apache.hadoop.hive.ql.plan |
| Modifier and Type | Method and Description |
|---|---|
static GenericUDAFEvaluator.Mode |
SemanticAnalyzer.groupByDescModeToUDAFMode(GroupByDesc.Mode mode,
boolean isDistinct) |
| Modifier and Type | Method and Description |
|---|---|
GroupByDesc.Mode |
GroupByDesc.getMode() |
static GroupByDesc.Mode |
GroupByDesc.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupByDesc.Mode[] |
GroupByDesc.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroupByDesc.setMode(GroupByDesc.Mode mode) |
| Constructor and Description |
|---|
GroupByDesc(GroupByDesc.Mode mode,
ArrayList<String> outputColumnNames,
ArrayList<ExprNodeDesc> keys,
ArrayList<AggregationDesc> aggregators,
boolean bucketGroup,
float groupByMemoryUsage,
float memoryThreshold,
List<Integer> listGroupingSets,
boolean groupingSetsPresent,
int groupingSetsPosition,
boolean isDistinct) |
GroupByDesc(GroupByDesc.Mode mode,
ArrayList<String> outputColumnNames,
ArrayList<ExprNodeDesc> keys,
ArrayList<AggregationDesc> aggregators,
float groupByMemoryUsage,
float memoryThreshold,
List<Integer> listGroupingSets,
boolean groupingSetsPresent,
int groupingSetsPosition,
boolean isDistinct) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.