Uses of Class
se.liu.ida.hefquin.engine.queryproc.QueryPlanningException
Packages that use QueryPlanningException
Package
Description
-
Uses of QueryPlanningException in se.liu.ida.hefquin.engine.queryproc
Subclasses of QueryPlanningException in se.liu.ida.hefquin.engine.queryprocModifier and TypeClassDescriptionclass
class
An exception that occurred during query optimization.class
An exception that occurred when creating a source assignment for a given query.Methods in se.liu.ida.hefquin.engine.queryproc that throw QueryPlanningException -
Uses of QueryPlanningException in se.liu.ida.hefquin.engine.queryproc.impl.planning
Methods in se.liu.ida.hefquin.engine.queryproc.impl.planning that throw QueryPlanningException -
Uses of QueryPlanningException in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer
Modifier and TypeClassDescriptionclass
An exception that occurred during the process of estimating the cardinality of the result that will be produced by a given plan.class
An exception that occurred during the process of estimating the cost of a given plan.