Uses of Class
se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.CostEstimationException
Packages that use CostEstimationException
Package
Description
-
Uses of CostEstimationException in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer
Methods in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer that throw CostEstimationException -
Uses of CostEstimationException in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.utils
Methods in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.utils that throw CostEstimationExceptionModifier and TypeMethodDescriptionstatic Double[]
CostEstimationUtils.getEstimates
(CostModel costModel, List<PhysicalPlan> plans) Initiates the cost estimation processes for all the plans in the given list and, afterwards, waits for the resulting estimates and returns them.static Double[]
CostEstimationUtils.getEstimates
(CostModel costModel, PhysicalPlan... plans) Initiates the cost estimation processes for all the given plans and, afterwards, waits for the resulting estimates and returns them.