Uses of Class
se.liu.ida.hefquin.base.utils.PlanPrinter.PrintablePlan
Packages that use PlanPrinter.PrintablePlan
Package
Description
-
Uses of PlanPrinter.PrintablePlan in se.liu.ida.hefquin.base.utils
Fields in se.liu.ida.hefquin.base.utils with type parameters of type PlanPrinter.PrintablePlanModifier and TypeFieldDescriptionfinal List<PlanPrinter.PrintablePlan> PlanPrinter.PrintablePlan.subPlansMethods in se.liu.ida.hefquin.base.utils with parameters of type PlanPrinter.PrintablePlanModifier and TypeMethodDescriptionstatic voidPlanPrinter.print(PlanPrinter.PrintablePlan p) static voidPlanPrinter.print(PlanPrinter.PrintablePlan p, PrintStream out) static voidPlanPrinter.print(PlanPrinter.PrintablePlan p, PrintStream out, String indentFirst, String indentRest) -
Uses of PlanPrinter.PrintablePlan in se.liu.ida.hefquin.engine.queryplan.utils
Subclasses of PlanPrinter.PrintablePlan in se.liu.ida.hefquin.engine.queryplan.utilsModifier and TypeClassDescriptionstatic classAn extension ofPlanPrinter.PrintablePlanobjects that makes it possible to record the graph pattern of the root operator of the plan (if any) as well as a full-string representation of that pattern.Methods in se.liu.ida.hefquin.engine.queryplan.utils that return types with arguments of type PlanPrinter.PrintablePlanModifier and TypeMethodDescriptionTextBasedLogicalPlanPrinterImpl.createPrintableSubPlans(LogicalPlan lp) TextBasedPhysicalPlanPrinterImpl.createPrintableSubPlans(PhysicalPlan p) -
Uses of PlanPrinter.PrintablePlan in se.liu.ida.hefquin.mappings.algebra
Fields in se.liu.ida.hefquin.mappings.algebra declared as PlanPrinter.PrintablePlanModifier and TypeFieldDescriptionMappingOperatorUtils.MyPrintablePlanCreator.planOfMostRecentlyVisitedOp