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.
  • Method Details