Class RangePredicateFilter

    • Constructor Detail

      • RangePredicateFilter

        public RangePredicateFilter​(org.apache.pinot.segment.spi.index.reader.Dictionary dictionary,
                                    List<String> predicateValue)
    • Method Detail

      • apply

        public boolean apply​(int[] dictIds,
                             int length)
        Specified by:
        apply in interface PredicateFilter
      • getStartIndex

        public int getStartIndex()
      • getEndIndex

        public int getEndIndex()