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 CostEstimationExceptionModifier and TypeMethodDescriptionCostModel.initiateCostEstimation(PhysicalPlan p, QueryProcContext ctx) -
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, QueryProcContext ctx, 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, QueryProcContext ctx, PhysicalPlan... plans) Initiates the cost estimation processes for all the given plans and, afterwards, waits for the resulting estimates and returns them.