public static class SumAggFunction.DecimalSumAggFunction extends SumAggFunction
SumAggFunction.ByteSumAggFunction, SumAggFunction.DecimalSumAggFunction, SumAggFunction.DoubleSumAggFunction, SumAggFunction.FloatSumAggFunction, SumAggFunction.IntSumAggFunction, SumAggFunction.LongSumAggFunction, SumAggFunction.ShortSumAggFunction| Constructor and Description |
|---|
DecimalSumAggFunction(org.apache.flink.table.types.logical.DecimalType decimalType) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.flink.table.expressions.UnresolvedCallExpression |
adjustedPlus(org.apache.flink.table.expressions.UnresolvedReferenceExpression arg1,
org.apache.flink.table.expressions.UnresolvedReferenceExpression arg2) |
org.apache.flink.table.types.DataType |
getResultType()
The result type of the function.
|
accumulateExpressions, aggBufferAttributes, getAggBufferTypes, getValueExpression, initialValuesExpressions, mergeExpressions, operandCount, retractExpressionsgetKind, getTypeInference, mergeOperand, mergeOperands, operand, operandsclose, functionIdentifier, open, toStringpublic DecimalSumAggFunction(org.apache.flink.table.types.logical.DecimalType decimalType)
public org.apache.flink.table.types.DataType getResultType()
DeclarativeAggregateFunctiongetResultType in class DeclarativeAggregateFunctionprotected org.apache.flink.table.expressions.UnresolvedCallExpression adjustedPlus(org.apache.flink.table.expressions.UnresolvedReferenceExpression arg1,
org.apache.flink.table.expressions.UnresolvedReferenceExpression arg2)
adjustedPlus in class SumAggFunctionCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.