Interface BloomFilterReaderProvider

    • Method Detail

      • newBloomFilterReader

        BloomFilterReader newBloomFilterReader​(PinotDataBuffer dataBuffer,
                                               boolean onHeap)
                                        throws IOException
        Creates a {@see BloomFilterReader}
        Parameters:
        dataBuffer - the buffer, the caller is responsible for closing it
        onHeap - whether to duplicate on heap.
        Returns:
        a bloom filter reader
        Throws:
        IOException - if reading from the buffer fails.