| Package | Description |
|---|---|
| io.prestosql.operator.aggregation |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericAccumulatorFactoryBinder |
class |
LazyAccumulatorFactoryBinder |
| Modifier and Type | Method and Description |
|---|---|
AccumulatorFactoryBinder |
InternalAggregationFunction.getAccumulatorFactoryBinder() |
| Constructor and Description |
|---|
InternalAggregationFunction(String name,
List<Type> parameterTypes,
List<Type> intermediateType,
Type finalType,
boolean decomposable,
boolean orderSensitive,
AccumulatorFactoryBinder factory) |
InternalAggregationFunction(String name,
List<Type> parameterTypes,
List<Type> intermediateType,
Type finalType,
boolean decomposable,
boolean orderSensitive,
AccumulatorFactoryBinder factory,
List<Class> lambdaInterfaces) |
Copyright © 2012–2019. All rights reserved.