Class RandomizedQueryOptimizerBase
java.lang.Object
se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.randomized.RandomizedQueryOptimizerBase
- All Implemented Interfaces:
PhysicalOptimizer
- Direct Known Subclasses:
IterativeImprovementBasedQueryOptimizer
,SimulatedAnnealing
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final CostModel
protected final LogicalToPhysicalPlanConverter
protected final Random
protected final PlanRewritingUtils
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
RandomizedQueryOptimizerBase
(LogicalToPhysicalPlanConverter l2pConverter, CostModel costModel, RuleInstances rewritingRules) -
Method Summary
Modifier and TypeMethodDescriptionprotected List<PhysicalPlan>
getNeighbours
(PhysicalPlan initialPlan) protected <T> T
getRandomElement
(List<T> L) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface se.liu.ida.hefquin.engine.queryproc.PhysicalOptimizer
assumesLogicalMultiwayJoins, optimize
-
Field Details
-
rng
-
l2pConverter
-
costModel
-
rules
-
-
Constructor Details
-
RandomizedQueryOptimizerBase
protected RandomizedQueryOptimizerBase(LogicalToPhysicalPlanConverter l2pConverter, CostModel costModel, RuleInstances rewritingRules)
-
-
Method Details
-
getNeighbours
-
getRandomElement
-