Class CardinalityEstimationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
se.liu.ida.hefquin.engine.queryproc.QueryProcException
se.liu.ida.hefquin.engine.queryproc.QueryPlanningException
se.liu.ida.hefquin.engine.queryproc.PhysicalOptimizationException
se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.CardinalityEstimationException
- All Implemented Interfaces:
Serializable
An exception that occurred during the process of estimating the
cardinality of the result that will be produced by a given plan.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCardinalityEstimationException
(String message, Throwable cause, PhysicalPlan plan) CardinalityEstimationException
(String message, PhysicalPlan plan) CardinalityEstimationException
(Throwable cause, PhysicalPlan plan) -
Method Summary
Modifier and TypeMethodDescriptiongetPlan()
Returns the plan for which estimating the result cardinality failed with this exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
plan
-
-
Constructor Details
-
CardinalityEstimationException
-
CardinalityEstimationException
-
CardinalityEstimationException
-
CardinalityEstimationException
-
-
Method Details
-
getPlan
Returns the plan for which estimating the result cardinality failed with this exception.
-