Uses of Interface
org.apache.pinot.segment.spi.index.reader.JsonIndexReader
-
-
Uses of JsonIndexReader in org.apache.pinot.segment.spi.datasource
Methods in org.apache.pinot.segment.spi.datasource that return JsonIndexReader Modifier and Type Method Description JsonIndexReaderDataSource. getJsonIndex()Returns the json index for the column if exists, ornullif not. -
Uses of JsonIndexReader in org.apache.pinot.segment.spi.index
Methods in org.apache.pinot.segment.spi.index that return JsonIndexReader Modifier and Type Method Description JsonIndexReaderIndexingOverrides.Default. newJsonIndexReader(PinotDataBuffer dataBuffer, ColumnMetadata metadata) -
Uses of JsonIndexReader in org.apache.pinot.segment.spi.index.column
Methods in org.apache.pinot.segment.spi.index.column that return JsonIndexReader Modifier and Type Method Description JsonIndexReaderColumnIndexContainer. getJsonIndex()Returns the json index for the column, ornullif it does not exist. -
Uses of JsonIndexReader in org.apache.pinot.segment.spi.index.mutable
Subinterfaces of JsonIndexReader in org.apache.pinot.segment.spi.index.mutable Modifier and Type Interface Description interfaceMutableJsonIndex -
Uses of JsonIndexReader in org.apache.pinot.segment.spi.index.reader.provider
Methods in org.apache.pinot.segment.spi.index.reader.provider that return JsonIndexReader Modifier and Type Method Description JsonIndexReaderJsonIndexReaderProvider. newJsonIndexReader(PinotDataBuffer dataBuffer, ColumnMetadata metadata)Creates a {@see JsonIndexReader}
-