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 TypeMethodDescriptionvoid
TextBasedPhysicalPlanPrinterImpl.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.