| Modifier and Type | Method and Description |
|---|---|
InternalAggregationFunction |
FunctionRegistry.getAggregateFunctionImplementation(Signature signature) |
abstract InternalAggregationFunction |
SqlAggregationFunction.specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
protected InternalAggregationFunction |
AbstractMinMaxNAggregationFunction.generateAggregation(Type type) |
protected InternalAggregationFunction |
AbstractMinMaxAggregationFunction.generateAggregation(Type type,
MethodHandle compareMethodHandle) |
InternalAggregationFunction |
ParametricAggregation.specialize(BoundVariables variables,
int arity,
TypeManager typeManager) |
InternalAggregationFunction |
QuantileDigestAggregationFunction.specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
InternalAggregationFunction |
AbstractMinMaxNAggregationFunction.specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
InternalAggregationFunction |
ChecksumAggregationFunction.specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
InternalAggregationFunction |
AbstractMinMaxAggregationFunction.specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
InternalAggregationFunction |
ParametricAggregation.specialize(BoundVariables variables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
InternalAggregationFunction |
RealAverageAggregation.specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
InternalAggregationFunction |
CountColumn.specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
InternalAggregationFunction |
ReduceAggregationFunction.specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
InternalAggregationFunction |
MergeQuantileDigestFunction.specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
InternalAggregationFunction |
DecimalSumAggregation.specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
InternalAggregationFunction |
DecimalAverageAggregation.specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
InternalAggregationFunction |
ArbitraryAggregationFunction.specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
InternalAggregationFunction |
MapAggregationFunction.specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
InternalAggregationFunction |
MapUnionAggregation.specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregationFunction |
ArrayAggregationFunction.specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregationFunction |
Histogram.specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
protected InternalAggregationFunction |
AbstractMinMaxByNAggregationFunction.generateAggregation(Type valueType,
Type keyType) |
InternalAggregationFunction |
AbstractMinMaxBy.specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
InternalAggregationFunction |
AbstractMinMaxByNAggregationFunction.specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregationFunction |
MultimapAggregationFunction.specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static WindowFunctionSupplier |
AggregateWindowFunction.supplier(Signature signature,
InternalAggregationFunction function) |
| Modifier and Type | Method and Description |
|---|---|
static InternalAggregationFunction |
AggregationTestUtils.generateInternalAggregationFunction(Class<?> clazz,
TypeSignature outputType,
List<TypeSignature> inputTypes) |
static InternalAggregationFunction |
AggregationTestUtils.generateInternalAggregationFunction(Class<?> clazz,
TypeSignature outputType,
List<TypeSignature> inputTypes,
TypeManager typeManager) |
static InternalAggregationFunction |
AggregationTestUtils.generateInternalAggregationFunction(Class<?> clazz,
TypeSignature outputType,
List<TypeSignature> inputTypes,
TypeManager typeManager,
BoundVariables boundVariables,
int arity) |
Copyright © 2012–2019. All rights reserved.