Uses of Class
se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.rewriting.PlanRewritingUtils
Packages that use PlanRewritingUtils
Package
Description
-
Uses of PlanRewritingUtils in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.evolutionaryAlgorithm
Methods in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.evolutionaryAlgorithm with parameters of type PlanRewritingUtilsModifier and TypeMethodDescriptionprotected Generation
EvolutionaryAlgorithmQueryOptimizer.generateFirstGen
(PhysicalPlan plan, PlanRewritingUtils cache) protected Generation
EvolutionaryAlgorithmQueryOptimizer.generateNextGen
(Generation currentGen, PlanRewritingUtils cache) -
Uses of PlanRewritingUtils in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.randomized
Fields in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.randomized declared as PlanRewritingUtilsModifier and TypeFieldDescriptionprotected final PlanRewritingUtils
RandomizedQueryOptimizerBase.rules