Uses of Interface
se.liu.ida.hefquin.engine.queryproc.PhysicalOptimizationStats
Packages that use PhysicalOptimizationStats
Package
Description
-
Uses of PhysicalOptimizationStats in se.liu.ida.hefquin.engine.queryproc
Methods in se.liu.ida.hefquin.engine.queryproc that return PhysicalOptimizationStatsMethods in se.liu.ida.hefquin.engine.queryproc that return types with arguments of type PhysicalOptimizationStats -
Uses of PhysicalOptimizationStats in se.liu.ida.hefquin.engine.queryproc.impl.planning
Methods in se.liu.ida.hefquin.engine.queryproc.impl.planning that return PhysicalOptimizationStatsConstructors in se.liu.ida.hefquin.engine.queryproc.impl.planning with parameters of type PhysicalOptimizationStatsModifierConstructorDescriptionQueryPlanningStatsImpl
(long overallQueryPlanningTime, long sourcePlanningTime, long logicalOptimizationTime, long physicalOptimizationTime, SourcePlanningStats sourcePlanningStats, LogicalPlan resultingSourceAssignment, LogicalPlan resultingLogicalPlan, PhysicalPlan resultingPhysicalPlan, PhysicalOptimizationStats queryOptimizationStats) -
Uses of PhysicalOptimizationStats in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer
Classes in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer that implement PhysicalOptimizationStatsMethods in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer that return types with arguments of type PhysicalOptimizationStatsModifier and TypeMethodDescriptionPhysicalOptimizerBase.optimize
(LogicalPlan lp) protected abstract Pair<PhysicalPlan,
PhysicalOptimizationStats> PhysicalOptimizerBase.optimize
(PhysicalPlan initialPhysicalPlan) PhysicalOptimizerWithoutOptimization.optimize
(PhysicalPlan initialPlan) -
Uses of PhysicalOptimizationStats in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.evolutionaryAlgorithm
Methods in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.evolutionaryAlgorithm that return types with arguments of type PhysicalOptimizationStatsModifier and TypeMethodDescriptionEvolutionaryAlgorithmQueryOptimizer.optimize
(LogicalPlan initialPlan) EvolutionaryAlgorithmQueryOptimizer.optimize
(PhysicalPlan plan, TerminationCriterion tc) -
Uses of PhysicalOptimizationStats in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.randomized
Methods in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.randomized that return types with arguments of type PhysicalOptimizationStatsModifier and TypeMethodDescriptionIterativeImprovementBasedQueryOptimizer.optimize
(LogicalPlan initialPlan) IterativeImprovementBasedQueryOptimizer.optimize
(PhysicalPlan initialPlan) SimulatedAnnealing.optimize
(LogicalPlan initialPlan) SimulatedAnnealing.optimize
(PhysicalPlan initialPlan, int numberOfSubplans) SimulatedAnnealing.optimize
(PhysicalPlan initialPlan, int numberOfSubplans, double temperatureModifier) TwoPhaseQueryOptimizer.optimize
(LogicalPlan initialPlan) -
Uses of PhysicalOptimizationStats in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.simple
Methods in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.simple that return types with arguments of type PhysicalOptimizationStatsModifier and TypeMethodDescriptionSimpleJoinOrderingQueryOptimizer.optimize
(PhysicalPlan initialPlan)