Class PythonAggregateFunctionInfo
java.lang.Object
org.apache.flink.table.functions.python.PythonFunctionInfo
org.apache.flink.table.functions.python.PythonAggregateFunctionInfo
- All Implemented Interfaces:
Serializable
PythonAggregateFunctionInfo contains the execution information of a Python aggregate function,
such as: the actual Python aggregation function, the input arguments, the filter arg, the
distinct flag, etc.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPythonAggregateFunctionInfo(PythonFunction pythonFunction, Object[] inputs, int filterArg, boolean isDistinct) -
Method Summary
Methods inherited from class org.apache.flink.table.functions.python.PythonFunctionInfo
getInputs, getPythonFunction, setInputs
-
Constructor Details
-
PythonAggregateFunctionInfo
public PythonAggregateFunctionInfo(PythonFunction pythonFunction, Object[] inputs, int filterArg, boolean isDistinct)
-
-
Method Details
-
isDistinct
public boolean isDistinct() -
getFilterArg
public int getFilterArg()
-