Uses of Class
se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.CardinalityEstimationException
Packages that use CardinalityEstimationException
-
Uses of CardinalityEstimationException in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.utils
Methods in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.utils that throw CardinalityEstimationExceptionModifier and TypeMethodDescriptionstatic Integer[]
CardinalityEstimationUtils.getEstimates
(CardinalityEstimation cardEstimate, List<PhysicalPlan> plans) Initiates the cardinality estimation processes for all the plans in the given list and, afterwards, waits for the resulting estimates and returns them.static Integer[]
CardinalityEstimationUtils.getEstimates
(CardinalityEstimation cardEstimate, PhysicalPlan... plans) Initiates the cardinality estimation processes for all the given plans and, afterwards, waits for the resulting estimates and returns them.