public static class Sum0AggFunction.DecimalSum0AggFunction extends Sum0AggFunction
Sum0AggFunction.ByteSum0AggFunction, Sum0AggFunction.DecimalSum0AggFunction, Sum0AggFunction.DoubleSum0AggFunction, Sum0AggFunction.FloatSum0AggFunction, Sum0AggFunction.IntSum0AggFunction, Sum0AggFunction.LongSum0AggFunction, Sum0AggFunction.ShortSum0AggFunction| Constructor and Description |
|---|
DecimalSum0AggFunction(org.apache.flink.table.types.logical.DecimalType decimalType) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.table.types.DataType |
getResultType()
The result type of the function.
|
org.apache.flink.table.expressions.Expression[] |
initialValuesExpressions()
Expressions for initializing empty aggregation buffers.
|
accumulateExpressions, aggBufferAttributes, getAggBufferTypes, getValueExpression, mergeExpressions, operandCount, retractExpressionsgetKind, getTypeInference, mergeOperand, mergeOperands, operand, operandsclose, functionIdentifier, open, toStringpublic DecimalSum0AggFunction(org.apache.flink.table.types.logical.DecimalType decimalType)
public org.apache.flink.table.types.DataType getResultType()
DeclarativeAggregateFunctiongetResultType in class DeclarativeAggregateFunctionpublic org.apache.flink.table.expressions.Expression[] initialValuesExpressions()
DeclarativeAggregateFunctioninitialValuesExpressions in class DeclarativeAggregateFunctionCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.