Class GroupCombineOperatorBase<IN,​OUT,​FT extends GroupCombineFunction<IN,​OUT>>

  • All Implemented Interfaces:
    Visitable<Operator<?>>

    @Internal
    public class GroupCombineOperatorBase<IN,​OUT,​FT extends GroupCombineFunction<IN,​OUT>>
    extends SingleInputOperator<IN,​OUT,​FT>
    Base operator for the combineGroup transformation. It receives the UDF GroupCombineFunction as an input. This class is later processed by the compiler to generate the plan.
    See Also:
    CombineFunction