Class ReplaceScanWithCalcShuttle
java.lang.Object
DefaultRelShuttle
org.apache.flink.table.planner.plan.reuse.ReplaceScanWithCalcShuttle
public class ReplaceScanWithCalcShuttle
extends DefaultRelShuttle
Replace
CommonPhysicalTableSourceScan with Calc.-
Constructor Summary
ConstructorsConstructorDescriptionReplaceScanWithCalcShuttle(Map<CommonPhysicalTableSourceScan, org.apache.calcite.rel.RelNode> replaceMap) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.calcite.rel.RelNodevisit(org.apache.calcite.rel.RelNode rel)
-
Constructor Details
-
ReplaceScanWithCalcShuttle
public ReplaceScanWithCalcShuttle(Map<CommonPhysicalTableSourceScan, org.apache.calcite.rel.RelNode> replaceMap)
-
-
Method Details
-
visit
public org.apache.calcite.rel.RelNode visit(org.apache.calcite.rel.RelNode rel)
-