| Package | Description |
|---|---|
| io.prestosql.operator | |
| io.prestosql.operator.aggregation | |
| io.prestosql.operator.scalar |
| Modifier and Type | Method and Description |
|---|---|
ParametricImplementationsGroup<T> |
ParametricImplementationsGroup.Builder.build() |
static <T extends ParametricImplementation> |
ParametricImplementationsGroup.of(T... implementations) |
| Modifier and Type | Method and Description |
|---|---|
ParametricImplementationsGroup<AggregationImplementation> |
ParametricAggregation.getImplementations() |
| Constructor and Description |
|---|
ParametricAggregation(Signature signature,
AggregationHeader details,
ParametricImplementationsGroup<AggregationImplementation> implementations) |
| Modifier and Type | Method and Description |
|---|---|
ParametricImplementationsGroup<ParametricScalarImplementation> |
ParametricScalar.getImplementations() |
| Constructor and Description |
|---|
ParametricScalar(Signature signature,
ScalarHeader details,
ParametricImplementationsGroup<ParametricScalarImplementation> implementations) |
Copyright © 2012–2019. All rights reserved.