Interface LogicalPlanPrinter

All Known Implementing Classes:
TextBasedLogicalPlanPrinterImpl

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

    Modifier and Type
    Method
    Description
    void
    Prints the given plan to the given stream.
  • Method Details