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()Methods in se.liu.ida.hefquin.engine with parameters of type PhysicalPlanPrinterModifier and TypeMethodDescriptionHeFQUINEngineBuilder.withPhysicalPlanPrinter(PhysicalPlanPrinter printer) Sets the physical plan printer to be used by the engine. - 
Uses of PhysicalPlanPrinter in se.liu.ida.hefquin.engine.queryplan.utils
Classes in se.liu.ida.hefquin.engine.queryplan.utils that implement PhysicalPlanPrinterModifier and TypeClassDescriptionclassInternally, the functionality of this class is implemented based on aPhysicalPlanVisitor, which makes sure that we get a compiler error whenever we add a new type of logical operator but forget to extend this class here to cover that new operator. - 
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)