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 PhysicalPlanWithCost
Generation.bestPlan
final PhysicalPlanWithCost
Generation.worstPlan
Fields in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.evolutionaryAlgorithm with type parameters of type PhysicalPlanWithCostModifier and TypeFieldDescriptionprotected final RandomizedSelection<PhysicalPlanWithCost>
EvolutionaryAlgorithmQueryOptimizer.planRandomizedSelect
final List<PhysicalPlanWithCost>
Generation.plans
Methods 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 PhysicalPlanWithCost
PhysicalPlanWithCostUtils.annotatePlanWithCost
(CostModel cm, PhysicalPlan plan) static PhysicalPlanWithCost
PhysicalPlanWithCostUtils.findPlanWithHighestCost
(List<PhysicalPlanWithCost> plansWithCost) static PhysicalPlanWithCost
PhysicalPlanWithCostUtils.findPlanWithLowestCost
(List<PhysicalPlanWithCost> plansWithCost) static PhysicalPlanWithCost
PhysicalPlanWithCostUtils.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 double
PhysicalPlanWithCostUtils.calculateAvgCostOfPlans
(List<PhysicalPlanWithCost> plansWithCost) static double
PhysicalPlanWithCostUtils.calculateStDevCostOfPlans
(List<PhysicalPlanWithCost> plansWithCost) static double
PhysicalPlanWithCostUtils.calculateStDevCostOfPlans
(List<PhysicalPlanWithCost> plansWithCost, double avgCost) static int
PhysicalPlanWithCostUtils.countNrOfPlansWithBestCost
(List<PhysicalPlanWithCost> plansWithCost, double bestCost) static PhysicalPlanWithCost
PhysicalPlanWithCostUtils.findPlanWithHighestCost
(List<PhysicalPlanWithCost> plansWithCost) static PhysicalPlanWithCost
PhysicalPlanWithCostUtils.findPlanWithLowestCost
(List<PhysicalPlanWithCost> plansWithCost) static PhysicalPlanWithCost
PhysicalPlanWithCostUtils.findTopKPlanWithLowestCost
(List<PhysicalPlanWithCost> plansWithCost, double p)