Interface PlanRewriter

  • All Known Implementing Classes:
    NemoPlanRewriter

    public interface PlanRewriter
    PhysicalPlan rewriter.
    • Method Detail

      • rewrite

        PhysicalPlan rewrite​(int messageId)
        Parameters:
        messageId - of the rewrite.
        Returns:
        physical plan.
      • accumulate

        void accumulate​(int messageId,
                        java.util.Set<StageEdge> targetEdges,
                        java.lang.Object data)
        Parameters:
        messageId - of the rewrite.
        data - to accumulate.