Interface FusionCodegenExecNode

    • Method Detail

      • supportFusionCodegen

        boolean supportFusionCodegen()
        Whether this ExecNode supports OFCG or not.
      • translateToFusionCodegenSpec

        OpFusionCodegenSpecGenerator translateToFusionCodegenSpec​(Planner planner,
                                                                  org.apache.flink.table.planner.codegen.CodeGeneratorContext parentCtx)
        Translates this node into a OpFusionCodegenSpecGenerator.

        NOTE: This method should return same spec generator result if called multiple times.

        Parameters:
        planner - The Planner of the translated graph.
        parentCtx - Parent CodeGeneratorContext.