Uses of Interface
se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.rewriting.RuleApplication
Packages that use RuleApplication
Package
Description
-
Uses of RuleApplication in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.evolutionaryAlgorithm
Fields in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.evolutionaryAlgorithm with type parameters of type RuleApplicationModifier and TypeFieldDescriptionprotected final RandomizedSelection<RuleApplication>
EvolutionaryAlgorithmQueryOptimizer.ruleRandomizedSelect
-
Uses of RuleApplication in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.rewriting
Fields in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.rewriting with type parameters of type RuleApplicationModifier and TypeFieldDescriptionprotected final Map<PhysicalPlan,
Set<RuleApplication>> PlanRewritingUtils.cache
Methods in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.rewriting that return types with arguments of type RuleApplicationModifier and TypeMethodDescriptionRewritingRule.determineAllPossibleApplications
(PhysicalPlan plan) Returns all possible applications of this rule for the given plan.PlanRewritingUtils.getRuleApplications
(PhysicalPlan plan) -
Uses of RuleApplication in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.rewriting.rules
Classes in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.rewriting.rules that implement RuleApplicationMethods in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.rewriting.rules that return RuleApplicationModifier and TypeMethodDescriptionprotected abstract RuleApplication
AbstractRewritingRuleImpl.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
GenericRuleChangeOrderOfTwoUnaryOp.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
GenericRuleMergeBGPAddOfReqIntoOneBGPReq.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
GenericRuleMergeJoinOfTwoReqIntoOneBGPReq.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleChangeOrderAndMergeJoinOfBGPReqIntoBGPAdd.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleChangeOrderAndMergeJoinOfTPReqIntoTPAdd.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleChangeOrderOfThreeSubPlansOfJOIN.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleChangeOrderOfThreeSubPlansOfUNION.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleChangeOrderOfTwoSubPlansOfJOIN.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleChangeOrderOfTwoSubPlansOfUNION.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleConvertBGPAddToBJFILTER.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleConvertBGPAddToBJUNION.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleConvertBGPAddToBJVALUES.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleConvertBGPAddToHashJoin.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleConvertBGPAddToIndexNLJ.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleConvertBGPAddToSymmetricHashJoin.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleConvertGBPAddToNaiveNLJ.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleConvertTPAddToBindJoin.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleConvertTPAddToBJFILTER.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleConvertTPAddToBJUNION.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleConvertTPAddToBJVALUES.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleConvertTPAddToHashJoin.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleConvertTPAddToIndexNLJ.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleConvertTPAddToNaiveNLJ.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleConvertTPAddToSymmetricHashJoin.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleConvertUnionOfTwoJoinsToJoinOfUnion.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleDistributeJOINOverUNION.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleDivideBGPAddToMultiTPAdd.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleDivideBGPReqIntoJoinOfTPReqs.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleDivideBGPReqIntoMultiTPAdds.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleDivideMultiwayJoinToJoinOfSubPlans.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleDivideMultiwayUnionToUnionOfSubPlans.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleMergeBGPAddOfGraphPatternReqIntoOneRequest.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleMergeChildJoinIntoMultiwayJoin.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleMergeChildUnionIntoMultiwayUnion.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleMergeJoinOfOneBGPReqIntoBGPAdd.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleMergeJoinOfOneTPReqIntoTPAdd.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleMergeJoinOfTwoPatternReqIntoOneReq.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleMergeMultiwayJoinOfMultiIdenticalSubPlansIntoOne.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleMergeMultiwayUnionOfMultiIdenticalSubPlansIntoOne.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleMergeTPAddOfBGPAddIntoBGPAdd.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleMergeTPAddOfBGPReqIntoOneRequest.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleMergeTPAddOfGraphPatternReqIntoOneRequest.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleMergeTwoBGPAddIntoOneBGPAdd.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleMergeUnionOfTwoIdenticalSubPlansIntoOne.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) protected RuleApplication
RuleMergeUNIONOfTwoPatternReqIntoOneReq.createRuleApplication
(PhysicalPlan[] pathToTargetPlan) Methods in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.rewriting.rules that return types with arguments of type RuleApplicationModifier and TypeMethodDescriptionAbstractRewritingRuleImpl.determineAllPossibleApplications
(PhysicalPlan plan) Method parameters in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.rewriting.rules with type arguments of type RuleApplicationModifier and TypeMethodDescriptionprotected void
AbstractRewritingRuleImpl.collectAllPossibleApplications
(PhysicalPlan plan, Set<RuleApplication> collectedRuleApps, Stack<PhysicalPlan> currentPathFromRoot)