Uses of Class
org.apache.flink.table.planner.plan.nodes.exec.common.CommonExecExpand
Packages that use CommonExecExpand
Package
Description
-
Uses of CommonExecExpand in org.apache.flink.table.planner.plan.nodes.exec.batch
Subclasses of CommonExecExpand in org.apache.flink.table.planner.plan.nodes.exec.batchModifier and TypeClassDescriptionclassBatchExecNodethat can expand one row to multiple rows based on given projects. -
Uses of CommonExecExpand in org.apache.flink.table.planner.plan.nodes.exec.stream
Subclasses of CommonExecExpand in org.apache.flink.table.planner.plan.nodes.exec.streamModifier and TypeClassDescriptionclassStreamExecNodethat can expand one row to multiple rows based on given projects.