Class SumAggFunction.DecimalSumAggFunction
java.lang.Object
org.apache.flink.table.functions.UserDefinedFunction
org.apache.flink.table.functions.DeclarativeAggregateFunction
org.apache.flink.table.planner.functions.aggfunctions.SumAggFunction
org.apache.flink.table.planner.functions.aggfunctions.SumAggFunction.DecimalSumAggFunction
- All Implemented Interfaces:
Serializable,org.apache.flink.table.functions.FunctionDefinition
- Enclosing class:
- SumAggFunction
Built-in Decimal Sum aggregate function.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.flink.table.planner.functions.aggfunctions.SumAggFunction
SumAggFunction.ByteSumAggFunction, SumAggFunction.DecimalSumAggFunction, SumAggFunction.DoubleSumAggFunction, SumAggFunction.FloatSumAggFunction, SumAggFunction.IntSumAggFunction, SumAggFunction.LongSumAggFunction, SumAggFunction.ShortSumAggFunction -
Constructor Summary
ConstructorsConstructorDescriptionDecimalSumAggFunction(org.apache.flink.table.types.logical.DecimalType decimalType) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.flink.table.expressions.UnresolvedCallExpressionadjustedPlus(org.apache.flink.table.expressions.UnresolvedReferenceExpression arg1, org.apache.flink.table.expressions.UnresolvedReferenceExpression arg2) org.apache.flink.table.types.DataTypeMethods inherited from class org.apache.flink.table.planner.functions.aggfunctions.SumAggFunction
accumulateExpressions, aggBufferAttributes, getAggBufferTypes, getValueExpression, initialValuesExpressions, mergeExpressions, operandCount, retractExpressionsMethods inherited from class org.apache.flink.table.functions.DeclarativeAggregateFunction
getKind, getTypeInference, mergeOperand, mergeOperands, operand, operandsMethods inherited from class org.apache.flink.table.functions.UserDefinedFunction
close, functionIdentifier, open, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.flink.table.functions.FunctionDefinition
getRequirements, isDeterministic, supportsConstantFolding
-
Constructor Details
-
DecimalSumAggFunction
public DecimalSumAggFunction(org.apache.flink.table.types.logical.DecimalType decimalType)
-
-
Method Details
-
getResultType
public org.apache.flink.table.types.DataType getResultType()- Specified by:
getResultTypein classorg.apache.flink.table.functions.DeclarativeAggregateFunction
-
adjustedPlus
protected org.apache.flink.table.expressions.UnresolvedCallExpression adjustedPlus(org.apache.flink.table.expressions.UnresolvedReferenceExpression arg1, org.apache.flink.table.expressions.UnresolvedReferenceExpression arg2) - Overrides:
adjustedPlusin classSumAggFunction
-