Uses of Class
se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.utils.PhysicalPlanWithCost
Packages that use PhysicalPlanWithCost
-
Uses of PhysicalPlanWithCost in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.utils
Methods in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.utils that return PhysicalPlanWithCostModifier and TypeMethodDescriptionstatic PhysicalPlanWithCostPhysicalPlanWithCostUtils.annotatePlanWithCost(CostModel cm, PhysicalPlan plan) static PhysicalPlanWithCostPhysicalPlanWithCostUtils.findPlanWithHighestCost(List<PhysicalPlanWithCost> plansWithCost) static PhysicalPlanWithCostPhysicalPlanWithCostUtils.findPlanWithLowestCost(List<PhysicalPlanWithCost> plansWithCost) static PhysicalPlanWithCostPhysicalPlanWithCostUtils.findTopKPlanWithLowestCost(List<PhysicalPlanWithCost> plansWithCost, double p) Methods in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.utils that return types with arguments of type PhysicalPlanWithCostModifier and TypeMethodDescriptionstatic List<PhysicalPlanWithCost> PhysicalPlanWithCostUtils.annotatePlansWithCost(CostModel cost, List<PhysicalPlan> plans) Method parameters in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.utils with type arguments of type PhysicalPlanWithCostModifier and TypeMethodDescriptionstatic doublePhysicalPlanWithCostUtils.calculateAvgCostOfPlans(List<PhysicalPlanWithCost> plansWithCost) static doublePhysicalPlanWithCostUtils.calculateStDevCostOfPlans(List<PhysicalPlanWithCost> plansWithCost) static doublePhysicalPlanWithCostUtils.calculateStDevCostOfPlans(List<PhysicalPlanWithCost> plansWithCost, double avgCost) static intPhysicalPlanWithCostUtils.countNrOfPlansWithBestCost(List<PhysicalPlanWithCost> plansWithCost, double bestCost) static PhysicalPlanWithCostPhysicalPlanWithCostUtils.findPlanWithHighestCost(List<PhysicalPlanWithCost> plansWithCost) static PhysicalPlanWithCostPhysicalPlanWithCostUtils.findPlanWithLowestCost(List<PhysicalPlanWithCost> plansWithCost) static PhysicalPlanWithCostPhysicalPlanWithCostUtils.findTopKPlanWithLowestCost(List<PhysicalPlanWithCost> plansWithCost, double p)