public class AggregationCombineFnAdapter<T>
extends java.lang.Object
Combine.CombineFn
s for aggregation function calls.Constructor and Description |
---|
AggregationCombineFnAdapter() |
Modifier and Type | Method and Description |
---|---|
static Combine.CombineFn<?,?,?> |
createCombineFn(org.apache.calcite.rel.core.AggregateCall call,
Schema.Field field,
java.lang.String functionName)
Creates either a UDAF or a built-in
Combine.CombineFn . |
static Combine.CombineFn<Row,?,Row> |
createConstantCombineFn() |
public static Combine.CombineFn<?,?,?> createCombineFn(org.apache.calcite.rel.core.AggregateCall call, Schema.Field field, java.lang.String functionName)
Combine.CombineFn
.public static Combine.CombineFn<Row,?,Row> createConstantCombineFn()