Class PlanUnwrappingGroupCombineOperator<IN,​OUT,​K>

  • All Implemented Interfaces:
    org.apache.flink.util.Visitable<org.apache.flink.api.common.operators.Operator<?>>

    @Internal
    public class PlanUnwrappingGroupCombineOperator<IN,​OUT,​K>
    extends org.apache.flink.api.common.operators.base.GroupCombineOperatorBase<org.apache.flink.api.java.tuple.Tuple2<K,​IN>,​OUT,​org.apache.flink.api.common.functions.GroupCombineFunction<org.apache.flink.api.java.tuple.Tuple2<K,​IN>,​OUT>>
    A group combine operator that takes 2-tuples (key-value pairs), and applies the group combine operation only on the unwrapped values.
    • Field Summary

      • Fields inherited from class org.apache.flink.api.common.operators.SingleInputOperator

        input
      • Fields inherited from class org.apache.flink.api.common.operators.AbstractUdfOperator

        broadcastInputs, userFunction
      • Fields inherited from class org.apache.flink.api.common.operators.Operator

        compilerHints, name, operatorInfo, parameters
    • Constructor Summary

      Constructors 
      Constructor Description
      PlanUnwrappingGroupCombineOperator​(org.apache.flink.api.common.functions.GroupCombineFunction<IN,​OUT> udf, org.apache.flink.api.common.operators.Keys.SelectorFunctionKeys<IN,​K> key, String name, org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outType, org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.api.java.tuple.Tuple2<K,​IN>> typeInfoWithKey)  
    • Method Summary

      • Methods inherited from class org.apache.flink.api.common.operators.base.GroupCombineOperatorBase

        executeOnCollections, getGroupOrder, setGroupOrder
      • Methods inherited from class org.apache.flink.api.common.operators.SingleInputOperator

        accept, addInput, addInput, clearInputs, getInput, getKeyColumns, getNumberOfInputs, getOperatorInfo, getSemanticProperties, setInput, setInput, setInputs, setSemanticProperties
      • Methods inherited from class org.apache.flink.api.common.operators.AbstractUdfOperator

        asArray, emptyClassArray, getBroadcastInputs, getUserCodeWrapper, setBroadcastVariable, setBroadcastVariables
      • Methods inherited from class org.apache.flink.api.common.operators.Operator

        createUnionCascade, createUnionCascade, createUnionCascade, getCompilerHints, getMinResources, getName, getParallelism, getParameters, getPreferredResources, setName, setParallelism, setParameter, setParameter, setParameter, setResources, toString
    • Constructor Detail

      • PlanUnwrappingGroupCombineOperator

        public PlanUnwrappingGroupCombineOperator​(org.apache.flink.api.common.functions.GroupCombineFunction<IN,​OUT> udf,
                                                  org.apache.flink.api.common.operators.Keys.SelectorFunctionKeys<IN,​K> key,
                                                  String name,
                                                  org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outType,
                                                  org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.api.java.tuple.Tuple2<K,​IN>> typeInfoWithKey)