Class SingleValueAggFunction.FloatSingleValueAggFunction
- java.lang.Object
-
- org.apache.flink.table.functions.UserDefinedFunction
-
- org.apache.flink.table.functions.DeclarativeAggregateFunction
-
- org.apache.flink.table.planner.functions.aggfunctions.SingleValueAggFunction
-
- org.apache.flink.table.planner.functions.aggfunctions.SingleValueAggFunction.FloatSingleValueAggFunction
-
- All Implemented Interfaces:
Serializable
,FunctionDefinition
- Enclosing class:
- SingleValueAggFunction
public static final class SingleValueAggFunction.FloatSingleValueAggFunction extends SingleValueAggFunction
Built-in float single value aggregate function.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.flink.table.planner.functions.aggfunctions.SingleValueAggFunction
SingleValueAggFunction.BooleanSingleValueAggFunction, SingleValueAggFunction.ByteSingleValueAggFunction, SingleValueAggFunction.CharSingleValueAggFunction, SingleValueAggFunction.DateSingleValueAggFunction, SingleValueAggFunction.DecimalSingleValueAggFunction, SingleValueAggFunction.DoubleSingleValueAggFunction, SingleValueAggFunction.FloatSingleValueAggFunction, SingleValueAggFunction.IntSingleValueAggFunction, SingleValueAggFunction.LongSingleValueAggFunction, SingleValueAggFunction.ShortSingleValueAggFunction, SingleValueAggFunction.StringSingleValueAggFunction, SingleValueAggFunction.TimeSingleValueAggFunction, SingleValueAggFunction.TimestampLtzSingleValueAggFunction, SingleValueAggFunction.TimestampSingleValueAggFunction
-
-
Constructor Summary
Constructors Constructor Description FloatSingleValueAggFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataType
getResultType()
The result type of the function.-
Methods inherited from class org.apache.flink.table.planner.functions.aggfunctions.SingleValueAggFunction
accumulateExpressions, aggBufferAttributes, getAggBufferTypes, getValueExpression, initialValuesExpressions, mergeExpressions, operandCount, retractExpressions
-
Methods inherited from class org.apache.flink.table.functions.DeclarativeAggregateFunction
getKind, getTypeInference, mergeOperand, mergeOperands, operand, operands
-
Methods inherited from class org.apache.flink.table.functions.UserDefinedFunction
close, functionIdentifier, open, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.flink.table.functions.FunctionDefinition
getRequirements, isDeterministic, supportsConstantFolding
-
-
-
-
Method Detail
-
getResultType
public DataType getResultType()
Description copied from class:DeclarativeAggregateFunction
The result type of the function.- Specified by:
getResultType
in classDeclarativeAggregateFunction
-
-