Class MaxAggFunction.BooleanMaxAggFunction
java.lang.Object
org.apache.flink.table.functions.UserDefinedFunction
org.apache.flink.table.functions.DeclarativeAggregateFunction
org.apache.flink.table.planner.functions.aggfunctions.MaxAggFunction
org.apache.flink.table.planner.functions.aggfunctions.MaxAggFunction.BooleanMaxAggFunction
- All Implemented Interfaces:
Serializable,org.apache.flink.table.functions.FunctionDefinition
- Enclosing class:
- MaxAggFunction
Built-in Boolean Max aggregate function.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.flink.table.planner.functions.aggfunctions.MaxAggFunction
MaxAggFunction.BooleanMaxAggFunction, MaxAggFunction.ByteMaxAggFunction, MaxAggFunction.DateMaxAggFunction, MaxAggFunction.DecimalMaxAggFunction, MaxAggFunction.DoubleMaxAggFunction, MaxAggFunction.FloatMaxAggFunction, MaxAggFunction.IntMaxAggFunction, MaxAggFunction.LongMaxAggFunction, MaxAggFunction.ShortMaxAggFunction, MaxAggFunction.StringMaxAggFunction, MaxAggFunction.TimeMaxAggFunction, MaxAggFunction.TimestampLtzMaxAggFunction, MaxAggFunction.TimestampMaxAggFunction -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.flink.table.planner.functions.aggfunctions.MaxAggFunction
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
-
BooleanMaxAggFunction
public BooleanMaxAggFunction()
-
-
Method Details
-
getResultType
public org.apache.flink.table.types.DataType getResultType()- Specified by:
getResultTypein classorg.apache.flink.table.functions.DeclarativeAggregateFunction
-