Interface PhysicalPlanPrinter

All Known Implementing Classes:
TextBasedPhysicalPlanPrinterImpl

public interface PhysicalPlanPrinter
Implementations of this interface provide the functionality to print physical plans in some way.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Prints the given plan to the given stream(s) that are stored in this printer.
    void
    Prints the given plan to the given stream.
  • Method Details

    • print

      void print(PhysicalPlan plan, PrintStream out)
      Prints the given plan to the given stream.
    • print

      void print(PhysicalPlan plan)
      Prints the given plan to the given stream(s) that are stored in this printer.