Interface ExecNodeTranslator<T>

    • Method Detail

      • translateToPlan

        Transformation<T> translateToPlan​(Planner planner)
        Translates this node into a Transformation.

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

        Parameters:
        planner - The Planner of the translated graph.