Class PythonAggregateFunctionInfo

java.lang.Object
org.apache.flink.table.functions.python.PythonFunctionInfo
org.apache.flink.table.functions.python.PythonAggregateFunctionInfo
All Implemented Interfaces:
Serializable

@Internal public class PythonAggregateFunctionInfo extends PythonFunctionInfo
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 Details

    • PythonAggregateFunctionInfo

      public PythonAggregateFunctionInfo(PythonFunction pythonFunction, Object[] inputs, int filterArg, boolean isDistinct)
  • Method Details

    • isDistinct

      public boolean isDistinct()
    • getFilterArg

      public int getFilterArg()