Class 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:
    Serialized Form
    • Constructor Detail

      • PythonAggregateFunctionInfo

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

      • isDistinct

        public boolean isDistinct()
      • getFilterArg

        public int getFilterArg()