Uses of Interface
org.apache.pinot.segment.spi.index.reader.SortedIndexReader
-
Packages that use SortedIndexReader Package Description org.apache.pinot.segment.spi.index org.apache.pinot.segment.spi.index.reader.provider -
-
Uses of SortedIndexReader in org.apache.pinot.segment.spi.index
Methods in org.apache.pinot.segment.spi.index that return SortedIndexReader Modifier and Type Method Description SortedIndexReader<?>IndexingOverrides.Default. newSortedIndexReader(PinotDataBuffer dataBuffer, ColumnMetadata metadata) -
Uses of SortedIndexReader in org.apache.pinot.segment.spi.index.reader.provider
Methods in org.apache.pinot.segment.spi.index.reader.provider that return SortedIndexReader Modifier and Type Method Description SortedIndexReader<?>SortedIndexReaderProvider. newSortedIndexReader(PinotDataBuffer dataBuffer, ColumnMetadata metadata)Creates a {@see SortedIndexReader}
-