Class QueryRewrite


  • public class QueryRewrite
    extends Object
    Author:
    baldersheim
    • Constructor Detail

      • QueryRewrite

        public QueryRewrite()
    • Method Detail

      • optimizeAndNot

        public static void optimizeAndNot​(Query query)
        Optimize multiple NotItems under and or by collapsing them in to one and leaving the positive ones behind in its place and moving itself with the original and as its positive item and the union of all the negative items of all the original NotItems as its negative items.
      • optimizeByRestrict

        public static void optimizeByRestrict​(Query query)
        Optimizes the given query tree based on its Model.getRestrict() parameter, if any.
      • collapseSingleComposites

        public static void collapseSingleComposites​(Query query)
        Collapses all single-child CompositeItems into their parent item.