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.CommonExecUnion
org.apache.flink.table.planner.plan.nodes.exec.stream.StreamExecUnion
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>, StreamExecNode<org.apache.flink.table.data.RowData>

@ExecNodeMetadata(name="stream-exec-union", version=1, minPlanVersion=v1_15, minStateVersion=v1_15) public class StreamExecUnion extends CommonExecUnion implements StreamExecNode<org.apache.flink.table.data.RowData>
Stream ExecNode that is not a physical node and just union the inputs' records into one node.
  • Constructor Details

    • StreamExecUnion

      public StreamExecUnion(org.apache.flink.configuration.ReadableConfig tableConfig, List<InputProperty> inputProperties, org.apache.flink.table.types.logical.RowType outputType, String description)
    • StreamExecUnion

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