Package org.apache.flink.table.planner.plan.fusion
-
Interface Summary Interface Description OpFusionCodegenSpec An interface for those physical operators that support operator fusion codegen.OpFusionContext A OpFusionContext contains information about the context in whichOpFusionCodegenSpec
needed to do operator fusion codegen. -
Class Summary Class Description OpFusionCodegenSpecGenerator OpFusionCodegenSpecGenerator
is used to operator fusion codegen that generate the fusion code, it has multiple inputs and outputs, then form a DAG.