Class BatchArrowPythonGroupWindowAggregateFunctionOperator

  • All Implemented Interfaces:
    Serializable, org.apache.flink.api.common.state.CheckpointListener, org.apache.flink.streaming.api.operators.BoundedOneInput, org.apache.flink.streaming.api.operators.Input<org.apache.flink.table.data.RowData>, org.apache.flink.streaming.api.operators.KeyContext, org.apache.flink.streaming.api.operators.KeyContextHandler, org.apache.flink.streaming.api.operators.OneInputStreamOperator<org.apache.flink.table.data.RowData,​org.apache.flink.table.data.RowData>, org.apache.flink.streaming.api.operators.StreamOperator<org.apache.flink.table.data.RowData>, org.apache.flink.streaming.api.operators.StreamOperatorStateHandler.CheckpointedStreamOperator, org.apache.flink.streaming.api.operators.YieldingOperator<org.apache.flink.table.data.RowData>

    @Internal
    public class BatchArrowPythonGroupWindowAggregateFunctionOperator
    extends AbstractArrowPythonAggregateFunctionOperator
    The Batch Arrow Python AggregateFunction Operator for Group Window Aggregation.
    See Also:
    Serialized Form
    • Constructor Detail

      • BatchArrowPythonGroupWindowAggregateFunctionOperator

        public BatchArrowPythonGroupWindowAggregateFunctionOperator​(org.apache.flink.configuration.Configuration config,
                                                                    org.apache.flink.table.functions.python.PythonFunctionInfo[] pandasAggFunctions,
                                                                    org.apache.flink.table.types.logical.RowType inputType,
                                                                    org.apache.flink.table.types.logical.RowType udfInputType,
                                                                    org.apache.flink.table.types.logical.RowType udfOutputType,
                                                                    int inputTimeFieldIndex,
                                                                    int maxLimitSize,
                                                                    long windowSize,
                                                                    long slideSize,
                                                                    int[] namedProperties,
                                                                    org.apache.flink.table.runtime.generated.GeneratedProjection inputGeneratedProjection,
                                                                    org.apache.flink.table.runtime.generated.GeneratedProjection groupKeyGeneratedProjection,
                                                                    org.apache.flink.table.runtime.generated.GeneratedProjection groupSetGeneratedProjection)