Class NotNodeReorderer

  • All Implemented Interfaces:
    PredicateProcessor

    public class NotNodeReorderer
    extends java.lang.Object
    implements PredicateProcessor
    Reorders not nodes to improve the efficiency of the z-star posting list compression. It puts negative children first in AND-nodes, and last in OR-nodes.
    Author:
    Magnar Nedland, bjorncs
    • Constructor Detail

      • NotNodeReorderer

        public NotNodeReorderer()