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, PrintStream out) Prints the given plan to the given stream. 
- 
Method Details
- 
print
Prints the given plan to the given stream. 
 -