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