| Package | Description |
|---|---|
| io.prestosql.operator.aggregation.multimapagg | |
| io.prestosql.sql.analyzer |
| Modifier and Type | Method and Description |
|---|---|
static MultimapAggGroupImplementation |
MultimapAggGroupImplementation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultimapAggGroupImplementation[] |
MultimapAggGroupImplementation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MultimapAggregationFunction(MultimapAggGroupImplementation groupMode) |
MultimapAggregationStateFactory(Type keyType,
Type valueType,
MultimapAggGroupImplementation implementation) |
| Modifier and Type | Method and Description |
|---|---|
MultimapAggGroupImplementation |
FeaturesConfig.getMultimapAggGroupImplementation() |
| Modifier and Type | Method and Description |
|---|---|
FeaturesConfig |
FeaturesConfig.setMultimapAggGroupImplementation(MultimapAggGroupImplementation groupByMode) |
Copyright © 2012–2019. All rights reserved.