Uses of Interface
se.liu.ida.hefquin.engine.queryplan.utils.PhysicalPlanPrinter
Packages that use PhysicalPlanPrinter
Package
Description
- 
Uses of PhysicalPlanPrinter in se.liu.ida.hefquin.cli.modules
Fields in se.liu.ida.hefquin.cli.modules declared as PhysicalPlanPrinterMethods in se.liu.ida.hefquin.cli.modules that return PhysicalPlanPrinterMethods in se.liu.ida.hefquin.cli.modules with parameters of type PhysicalPlanPrinterModifier and TypeMethodDescriptionModEngineConfig.getEngine(ExecutorService execServiceForFedAccess, ExecutorService execServiceForPlanTasks, FederationCatalog cat, boolean isExperimentRun, boolean skipExecution, LogicalPlanPrinter srcasgPrinter, LogicalPlanPrinter lplanPrinter, PhysicalPlanPrinter pplanPrinter)  - 
Uses of PhysicalPlanPrinter in se.liu.ida.hefquin.engine
Methods in se.liu.ida.hefquin.engine that return PhysicalPlanPrinterModifier and TypeMethodDescriptionHeFQUINEngineConfigReader.Context.getPhysicalPlanPrinter()may benullif physical plan printing is not requested by the userHeFQUINEngineConfigReader.ExtendedContextImpl1.getPhysicalPlanPrinter()HeFQUINEngineConfigReader.ExtendedContextImpl2.getPhysicalPlanPrinter() - 
Uses of PhysicalPlanPrinter in se.liu.ida.hefquin.engine.queryplan.utils
Classes in se.liu.ida.hefquin.engine.queryplan.utils that implement PhysicalPlanPrinter - 
Uses of PhysicalPlanPrinter in se.liu.ida.hefquin.engine.queryproc.impl.planning
Fields in se.liu.ida.hefquin.engine.queryproc.impl.planning declared as PhysicalPlanPrinterModifier and TypeFieldDescriptionprotected final PhysicalPlanPrinterQueryPlannerImpl.pplanPrinterConstructors in se.liu.ida.hefquin.engine.queryproc.impl.planning with parameters of type PhysicalPlanPrinterModifierConstructorDescriptionQueryPlannerImpl(SourcePlanner sourcePlanner, LogicalOptimizer loptimizer, PhysicalOptimizer poptimizer, LogicalPlanPrinter srcasgPrinter, LogicalPlanPrinter lplanPrinter, PhysicalPlanPrinter pplanPrinter)