Uses of Interface
se.liu.ida.hefquin.engine.queryplan.executable.ExecutablePlan
Packages that use ExecutablePlan
Package
Description
-
Uses of ExecutablePlan in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased
Classes in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased that implement ExecutablePlan -
Uses of ExecutablePlan in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased
Classes in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased that implement ExecutablePlan -
Uses of ExecutablePlan in se.liu.ida.hefquin.engine.queryplan.utils
Methods in se.liu.ida.hefquin.engine.queryplan.utils with parameters of type ExecutablePlanModifier and TypeMethodDescriptionvoidExecutablePlanPrinter.print(ExecutablePlan plan) Prints the given plan to the stream(s) that are stored in this printer.voidExecutablePlanPrinter.print(ExecutablePlan plan, PrintStream out) Prints the given plan to the given stream.voidTextBasedExecutablePlanPrinterImpl.print(ExecutablePlan plan) voidTextBasedExecutablePlanPrinterImpl.print(ExecutablePlan plan, PrintStream out) -
Uses of ExecutablePlan in se.liu.ida.hefquin.engine.queryproc
Methods in se.liu.ida.hefquin.engine.queryproc that return ExecutablePlanMethods in se.liu.ida.hefquin.engine.queryproc with parameters of type ExecutablePlanModifier and TypeMethodDescriptionExecutionEngine.execute(ExecutablePlan plan, QueryResultSink resultSink) -
Uses of ExecutablePlan in se.liu.ida.hefquin.engine.queryproc.impl.compiler
Methods in se.liu.ida.hefquin.engine.queryproc.impl.compiler that return ExecutablePlanModifier and TypeMethodDescriptionQueryPlanCompilerForIteratorBasedExecution.compile(PhysicalPlan qep) QueryPlanCompilerForPushBasedExecution.compile(PhysicalPlan qep) -
Uses of ExecutablePlan in se.liu.ida.hefquin.engine.queryproc.impl.execution
Methods in se.liu.ida.hefquin.engine.queryproc.impl.execution with parameters of type ExecutablePlanModifier and TypeMethodDescriptionExecutionEngineImpl.execute(ExecutablePlan plan, QueryResultSink resultSink)