Class BitmapInvertedIndexReader

    • Field Detail

      • LOGGER

        public static final org.slf4j.Logger LOGGER
    • Constructor Detail

      • BitmapInvertedIndexReader

        public BitmapInvertedIndexReader​(PinotDataBuffer dataBuffer,
                                         int numBitmaps)
    • Method Detail

      • getDocIds

        public org.roaringbitmap.buffer.ImmutableRoaringBitmap getDocIds​(int dictId)
        Specified by:
        getDocIds in interface InvertedIndexReader<org.roaringbitmap.buffer.ImmutableRoaringBitmap>