public class ParametricAggregation extends SqlAggregationFunction
| Constructor and Description |
|---|
ParametricAggregation(Signature signature,
AggregationHeader details,
ParametricImplementationsGroup<AggregationImplementation> implementations) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
ParametricImplementationsGroup<AggregationImplementation> |
getImplementations() |
InternalAggregationFunction |
specialize(BoundVariables variables,
int arity,
TypeManager typeManager) |
InternalAggregationFunction |
specialize(BoundVariables variables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
createFunctionByAnnotations, createFunctionsByAnnotations, getSignature, isDeterministic, isHiddenpublic ParametricAggregation(Signature signature, AggregationHeader details, ParametricImplementationsGroup<AggregationImplementation> implementations)
public InternalAggregationFunction specialize(BoundVariables variables, int arity, TypeManager typeManager, FunctionRegistry functionRegistry)
specialize in class SqlAggregationFunctionpublic ParametricImplementationsGroup<AggregationImplementation> getImplementations()
public String getDescription()
public InternalAggregationFunction specialize(BoundVariables variables, int arity, TypeManager typeManager)
Copyright © 2012–2019. All rights reserved.