| Package | Description |
|---|---|
| io.prestosql.operator.aggregation.arrayagg | |
| io.prestosql.sql.analyzer |
| Modifier and Type | Method and Description |
|---|---|
static ArrayAggGroupImplementation |
ArrayAggGroupImplementation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArrayAggGroupImplementation[] |
ArrayAggGroupImplementation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ArrayAggregationFunction(ArrayAggGroupImplementation groupMode) |
ArrayAggregationStateFactory(Type type,
ArrayAggGroupImplementation mode) |
| Modifier and Type | Method and Description |
|---|---|
ArrayAggGroupImplementation |
FeaturesConfig.getArrayAggGroupImplementation() |
| Modifier and Type | Method and Description |
|---|---|
FeaturesConfig |
FeaturesConfig.setArrayAggGroupImplementation(ArrayAggGroupImplementation groupByMode) |
Copyright © 2012–2019. All rights reserved.