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
Classes in se.liu.ida.hefquin.engine.queryplan.executable.impl that implement ExecutablePlan -
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.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 TypeMethodDescriptionIteratorBasedQueryPlanCompilerImpl.compile
(PhysicalPlan qep) TaskBasedQueryPlanCompilerBase.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)