Uses of Class
se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.utils.PhysicalPlanWithCost
Packages that use PhysicalPlanWithCost
Package
Description
- 
Uses of PhysicalPlanWithCost in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.evolutionaryAlgorithm
Fields in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.evolutionaryAlgorithm declared as PhysicalPlanWithCostModifier and TypeFieldDescriptionfinal PhysicalPlanWithCostGeneration.bestPlanfinal PhysicalPlanWithCostGeneration.worstPlanFields in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.evolutionaryAlgorithm with type parameters of type PhysicalPlanWithCostModifier and TypeFieldDescriptionprotected final RandomizedSelection<PhysicalPlanWithCost>EvolutionaryAlgorithmQueryOptimizer.planRandomizedSelectfinal List<PhysicalPlanWithCost>Generation.plansMethods in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.evolutionaryAlgorithm that return types with arguments of type PhysicalPlanWithCostModifier and TypeMethodDescriptionprotected List<PhysicalPlanWithCost>EvolutionaryAlgorithmQueryOptimizer.selectNextGenFromCandidates(List<PhysicalPlanWithCost> planWithCosts) Method parameters in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.evolutionaryAlgorithm with type arguments of type PhysicalPlanWithCostModifier and TypeMethodDescriptionprotected List<PhysicalPlanWithCost>EvolutionaryAlgorithmQueryOptimizer.selectNextGenFromCandidates(List<PhysicalPlanWithCost> planWithCosts) Constructor parameters in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.evolutionaryAlgorithm with type arguments of type 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)