Enum BuiltInPythonAggregateFunction

java.lang.Object
java.lang.Enum<BuiltInPythonAggregateFunction>
org.apache.flink.table.functions.python.BuiltInPythonAggregateFunction
All Implemented Interfaces:
Serializable, Comparable<BuiltInPythonAggregateFunction>, PythonFunction

@Internal public enum BuiltInPythonAggregateFunction extends Enum<BuiltInPythonAggregateFunction> implements PythonFunction
The list of the built-in aggregate functions which can be mixed with the Python UDAF.