Uses of Class
se.liu.ida.hefquin.engine.queryplan.utils.TextBasedPhysicalPlanPrinterImpl.OpPrinter
Packages that use TextBasedPhysicalPlanPrinterImpl.OpPrinter
- 
Uses of TextBasedPhysicalPlanPrinterImpl.OpPrinter in se.liu.ida.hefquin.engine.queryplan.utils
Methods in se.liu.ida.hefquin.engine.queryplan.utils with parameters of type TextBasedPhysicalPlanPrinterImpl.OpPrinterModifier and TypeMethodDescriptionvoidTextBasedPhysicalPlanPrinterImpl.planWalk(PhysicalPlan plan, int planNumber, int planLevel, int numberOfSiblings, TextBasedPhysicalPlanPrinterImpl.OpPrinter opPrinter, String rootOpIndentString) This method recursively goes through a plan, and appends specific strings to a print stream.