Uses of Interface
org.apache.pinot.segment.spi.index.reader.BloomFilterReader
-
-
Uses of BloomFilterReader in org.apache.pinot.segment.spi.datasource
Methods in org.apache.pinot.segment.spi.datasource that return BloomFilterReader Modifier and Type Method Description BloomFilterReaderDataSource. getBloomFilter()Returns the bloom filter for the column if exists, ornullif not. -
Uses of BloomFilterReader in org.apache.pinot.segment.spi.index
Methods in org.apache.pinot.segment.spi.index that return BloomFilterReader Modifier and Type Method Description BloomFilterReaderIndexingOverrides.Default. newBloomFilterReader(PinotDataBuffer dataBuffer, boolean onHeap) -
Uses of BloomFilterReader in org.apache.pinot.segment.spi.index.column
Methods in org.apache.pinot.segment.spi.index.column that return BloomFilterReader Modifier and Type Method Description BloomFilterReaderColumnIndexContainer. getBloomFilter()Returns the bloom filter for the column, ornullif it does not exist. -
Uses of BloomFilterReader in org.apache.pinot.segment.spi.index.reader.provider
Methods in org.apache.pinot.segment.spi.index.reader.provider that return BloomFilterReader Modifier and Type Method Description BloomFilterReaderBloomFilterReaderProvider. newBloomFilterReader(PinotDataBuffer dataBuffer, boolean onHeap)Creates a {@see BloomFilterReader}
-