| Package | Description |
|---|---|
| io.prestosql.operator | |
| io.prestosql.operator.aggregation | |
| io.prestosql.operator.scalar.annotations |
| Modifier and Type | Class and Description |
|---|---|
class |
ParametricImplementationsGroup<T extends ParametricImplementation>
This class represents set of three collections representing implementations of operators
similar to partial template specialization from C++ allowing more optimized implementations to be provided for specific types.
|
static class |
ParametricImplementationsGroup.Builder<T extends ParametricImplementation> |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ParametricImplementation> |
ParametricImplementationsGroup.builder() |
static <T extends ParametricImplementation> |
ParametricImplementationsGroup.of(T... implementations) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ParametricImplementation> |
ParametricImplementationsGroup.of(T... implementations) |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregationImplementation |
| Modifier and Type | Class and Description |
|---|---|
class |
ParametricScalarImplementation |
Copyright © 2012–2019. All rights reserved.