Class CommonExecExchange

java.lang.Object
org.apache.flink.table.planner.plan.nodes.exec.ExecNodeBase<org.apache.flink.table.data.RowData>
org.apache.flink.table.planner.plan.nodes.exec.common.CommonExecExchange
All Implemented Interfaces:
ExecNode<org.apache.flink.table.data.RowData>, ExecNodeTranslator<org.apache.flink.table.data.RowData>, FusionCodegenExecNode, SingleTransformationTranslator<org.apache.flink.table.data.RowData>
Direct Known Subclasses:
BatchExecExchange, StreamExecExchange

public abstract class CommonExecExchange extends ExecNodeBase<org.apache.flink.table.data.RowData> implements SingleTransformationTranslator<org.apache.flink.table.data.RowData>
Base class for exec Exchange.

TODO Remove this class once its functionality is replaced by ExecEdge.

  • Field Details

  • Constructor Details

    • CommonExecExchange

      public CommonExecExchange(int id, ExecNodeContext context, org.apache.flink.configuration.ReadableConfig persistedConfig, List<InputProperty> inputProperties, org.apache.flink.table.types.logical.RowType outputType, String description)