Package lupos.optimizations.logical.rules

Examples of lupos.optimizations.logical.rules.RuleMakeBinaryJoin


    // infinity loops which are previously eliminated by the rule
    // RuleEliminateInfinityLoop
    rules = new Rule[] { new RuleFactorOutUnionInJoin(),
        new RulePushFilter(),
        new RuleEliminateFilterUnequalAfter2XAdd(),
        new RuleMakeBinaryJoin(), new RuleFactorOutUnionInGenerate(),
        new RuleConstantPropagationOverJoin(),
        new RuleDeleteTriggerOneTimeJoin(),
        new RuleReplaceConstantOfFilterInTriplePattern(),
        new RuleEliminateUnsatisfiableAddFilterSequence(),
        new RuleConstantPropagationFromAddToGenerate(),
View Full Code Here

TOP

Related Classes of lupos.optimizations.logical.rules.RuleMakeBinaryJoin

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.