Uses of Interface
org.apache.pinot.segment.spi.index.reader.TextIndexReader
-
-
Uses of TextIndexReader in org.apache.pinot.segment.spi.datasource
Methods in org.apache.pinot.segment.spi.datasource that return TextIndexReader Modifier and Type Method Description TextIndexReaderDataSource. getFSTIndex()Returns the FST index for the column if exists, ornullif not.TextIndexReaderDataSource. getTextIndex()Returns the text index for the column if exists, ornullif not. -
Uses of TextIndexReader in org.apache.pinot.segment.spi.index
Methods in org.apache.pinot.segment.spi.index that return TextIndexReader Modifier and Type Method Description TextIndexReaderIndexingOverrides.Default. newFSTIndexReader(PinotDataBuffer dataBuffer, ColumnMetadata metadata)TextIndexReaderIndexingOverrides.Default. newTextIndexReader(File file, ColumnMetadata columnMetadata, Map<String,String> textIndexProperties) -
Uses of TextIndexReader in org.apache.pinot.segment.spi.index.column
Methods in org.apache.pinot.segment.spi.index.column that return TextIndexReader Modifier and Type Method Description TextIndexReaderColumnIndexContainer. getFSTIndex()Returns the FST index for the column, ornullif it does not exist.TextIndexReaderColumnIndexContainer. getTextIndex()Returns the text index for the column, ornullif it does not exist. -
Uses of TextIndexReader in org.apache.pinot.segment.spi.index.mutable
Subinterfaces of TextIndexReader in org.apache.pinot.segment.spi.index.mutable Modifier and Type Interface Description interfaceMutableTextIndex -
Uses of TextIndexReader in org.apache.pinot.segment.spi.index.reader.provider
Methods in org.apache.pinot.segment.spi.index.reader.provider that return TextIndexReader Modifier and Type Method Description TextIndexReaderTextIndexReaderProvider. newFSTIndexReader(PinotDataBuffer dataBuffer, ColumnMetadata metadata)Creates a {@see TextIndexReader}TextIndexReaderTextIndexReaderProvider. newTextIndexReader(File file, ColumnMetadata metadata, Map<String,String> textIndexProperties)Creates a {@see TextIndexReader}
-