Class CostModelBasedGreedyJoinPlanOptimizerImpl
java.lang.Object
se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.simple.JoinPlanOptimizerBase
se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.simple.CostModelBasedGreedyJoinPlanOptimizerImpl
- All Implemented Interfaces:
JoinPlanOptimizer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected class
Nested classes/interfaces inherited from class se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.simple.JoinPlanOptimizerBase
JoinPlanOptimizerBase.EnumerationAlgorithm
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<PhysicalPlan>
createAllJoinPlans
(PhysicalPlan leftOrChild, PhysicalPlan rightOrTop) Creates a list of join plans, including a (default) binary join of the given two plans as well as possible plans with unary (gpAdd-based) joins in which the first given plan is the child.initializeEnumerationAlgorithm
(List<PhysicalPlan> subplans) Methods inherited from class se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.simple.JoinPlanOptimizerBase
determineJoinPlan
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.impl.poptimizer.simple.JoinPlanOptimizer
determineJoinPlan
-
Field Details
-
costModel
-
-
Constructor Details
-
CostModelBasedGreedyJoinPlanOptimizerImpl
-
-
Method Details
-
initializeEnumerationAlgorithm
public JoinPlanOptimizerBase.EnumerationAlgorithm initializeEnumerationAlgorithm(List<PhysicalPlan> subplans) - Specified by:
initializeEnumerationAlgorithm
in classJoinPlanOptimizerBase
-
createAllJoinPlans
Creates a list of join plans, including a (default) binary join of the given two plans as well as possible plans with unary (gpAdd-based) joins in which the first given plan is the child.
-