Class ApplyVocabularyMappings

java.lang.Object
se.liu.ida.hefquin.engine.queryproc.impl.loptimizer.ApplyVocabularyMappings
All Implemented Interfaces:
HeuristicForLogicalOptimization

public class ApplyVocabularyMappings extends Object implements HeuristicForLogicalOptimization
Rewrites an initial logical plan into a plan that incorporates translations of local to global vocabulary and request-operator rewriting. This method implements the rewriteLogPlan pseudocode of Helgesson's B.Sc thesis.
  • Constructor Details

    • ApplyVocabularyMappings

      public ApplyVocabularyMappings()
  • Method Details