| Package | Description |
|---|---|
| io.prestosql.operator.aggregation.histogram | |
| io.prestosql.sql.analyzer |
| Modifier and Type | Method and Description |
|---|---|
static HistogramGroupImplementation |
HistogramGroupImplementation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistogramGroupImplementation[] |
HistogramGroupImplementation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Histogram(HistogramGroupImplementation groupMode) |
HistogramStateFactory(Type keyType,
int expectedEntriesCount,
HistogramGroupImplementation mode) |
| Modifier and Type | Method and Description |
|---|---|
HistogramGroupImplementation |
FeaturesConfig.getHistogramGroupImplementation() |
| Modifier and Type | Method and Description |
|---|---|
FeaturesConfig |
FeaturesConfig.setHistogramGroupImplementation(HistogramGroupImplementation groupByMode) |
Copyright © 2012–2019. All rights reserved.