public interface FusionCodegenExecNode
ExecNode
which support operator fusion codegen.Modifier and Type | Method and Description |
---|---|
boolean |
supportFusionCodegen()
Whether this ExecNode supports OFCG or not.
|
OpFusionCodegenSpecGenerator |
translateToFusionCodegenSpec(Planner planner,
org.apache.flink.table.planner.codegen.CodeGeneratorContext parentCtx)
Translates this node into a
OpFusionCodegenSpecGenerator . |
boolean supportFusionCodegen()
OpFusionCodegenSpecGenerator translateToFusionCodegenSpec(Planner planner, org.apache.flink.table.planner.codegen.CodeGeneratorContext parentCtx)
OpFusionCodegenSpecGenerator
.
NOTE: This method should return same spec generator result if called multiple times.
planner
- The Planner
of the translated graph.parentCtx
- Parent CodeGeneratorContext.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.