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.CommonExecExpand
org.apache.flink.table.planner.plan.nodes.exec.batch.BatchExecExpand
All Implemented Interfaces:
BatchExecNode<org.apache.flink.table.data.RowData>, ExecNode<org.apache.flink.table.data.RowData>, ExecNodeTranslator<org.apache.flink.table.data.RowData>, FusionCodegenExecNode, SingleTransformationTranslator<org.apache.flink.table.data.RowData>

@ExecNodeMetadata(name="batch-exec-expand", version=1, producedTransformations="expand", minPlanVersion=v2_0, minStateVersion=v2_0) public class BatchExecExpand extends CommonExecExpand implements BatchExecNode<org.apache.flink.table.data.RowData>
Batch ExecNode that can expand one row to multiple rows based on given projects.
  • Constructor Details

    • BatchExecExpand

      public BatchExecExpand(org.apache.flink.configuration.ReadableConfig tableConfig, List<List<org.apache.calcite.rex.RexNode>> projects, InputProperty inputProperty, org.apache.flink.table.types.logical.RowType outputType, String description)
    • BatchExecExpand

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