Class StarColumnPredicate.Overlap

    • Constructor Summary

      Constructors 
      Constructor Description
      Overlap​(boolean matched, StarColumnPredicate remaining, float selectivity)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • matched

        public final boolean matched
      • selectivity

        public final float selectivity
    • Constructor Detail

      • Overlap

        public Overlap​(boolean matched,
                       StarColumnPredicate remaining,
                       float selectivity)