Uses of Class
org.apache.flink.table.functions.python.BuiltInPythonAggregateFunction
-
Packages that use BuiltInPythonAggregateFunction Package Description org.apache.flink.table.functions.python -
-
Uses of BuiltInPythonAggregateFunction in org.apache.flink.table.functions.python
Methods in org.apache.flink.table.functions.python that return BuiltInPythonAggregateFunction Modifier and Type Method Description static BuiltInPythonAggregateFunction
BuiltInPythonAggregateFunction. valueOf(String name)
Returns the enum constant of this type with the specified name.static BuiltInPythonAggregateFunction[]
BuiltInPythonAggregateFunction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-