Uses of Interface
se.liu.ida.hefquin.engine.queryplan.base.QueryPlan
Packages that use QueryPlan
Package
Description
-
Uses of QueryPlan in se.liu.ida.hefquin.engine.queryplan.base
Methods in se.liu.ida.hefquin.engine.queryplan.base that return QueryPlanModifier and TypeMethodDescriptionQueryPlan.getSubPlan(int i) Returns the i-th sub-plan of this plan, where i starts at index 0 (zero).Methods in se.liu.ida.hefquin.engine.queryplan.base with parameters of type QueryPlanModifier and TypeMethodDescriptiondefault booleanQueryPlan.isSamePlan(QueryPlan other) Returnstrueif this plan is the same plan as the given one. -
Uses of QueryPlan in se.liu.ida.hefquin.engine.queryplan.base.impl
Classes in se.liu.ida.hefquin.engine.queryplan.base.impl that implement QueryPlanModifier and TypeClassDescriptionclassThis is an abstract base class for classes that implement concrete specializations (sub-interfaces) of theQueryPlaninterface. -
Uses of QueryPlan in se.liu.ida.hefquin.engine.queryplan.logical
Subinterfaces of QueryPlan in se.liu.ida.hefquin.engine.queryplan.logicalModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterface -
Uses of QueryPlan in se.liu.ida.hefquin.engine.queryplan.logical.impl
Classes in se.liu.ida.hefquin.engine.queryplan.logical.impl that implement QueryPlanModifier and TypeClassDescriptionclassclassclassclass -
Uses of QueryPlan in se.liu.ida.hefquin.engine.queryplan.physical
Subinterfaces of QueryPlan in se.liu.ida.hefquin.engine.queryplan.physicalModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterface -
Uses of QueryPlan in se.liu.ida.hefquin.engine.queryplan.physical.impl
Classes in se.liu.ida.hefquin.engine.queryplan.physical.impl that implement QueryPlanModifier and TypeClassDescriptionclassclassclassclass -
Uses of QueryPlan in se.liu.ida.hefquin.engine.queryproc.impl.cardinality
Fields in se.liu.ida.hefquin.engine.queryproc.impl.cardinality declared as QueryPlanModifier and TypeFieldDescriptionprotected QueryPlanCardinalityEstimationWorkerImpl.currentSubPlan