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 TypeMethodDescriptionvoidprint(PhysicalPlan plan) Prints the given plan to the given stream(s) that are stored in this printer.voidprint(PhysicalPlan plan, PrintStream out) Prints the given plan to the given stream.
-
Method Details
-
print
Prints the given plan to the given stream. -
print
Prints the given plan to the given stream(s) that are stored in this printer.
-