Uses of Class
org.apache.pinot.segment.local.segment.index.readers.sorted.SortedIndexReaderImpl.Context
-
Packages that use SortedIndexReaderImpl.Context Package Description org.apache.pinot.segment.local.segment.index.readers.sorted -
-
Uses of SortedIndexReaderImpl.Context in org.apache.pinot.segment.local.segment.index.readers.sorted
Methods in org.apache.pinot.segment.local.segment.index.readers.sorted that return SortedIndexReaderImpl.Context Modifier and Type Method Description SortedIndexReaderImpl.ContextSortedIndexReaderImpl. createContext()Methods in org.apache.pinot.segment.local.segment.index.readers.sorted with parameters of type SortedIndexReaderImpl.Context Modifier and Type Method Description intSortedIndexReaderImpl. getDictId(int docId, SortedIndexReaderImpl.Context context)voidSortedIndexReaderImpl. readDictIds(int[] docIds, int length, int[] dictIdBuffer, SortedIndexReaderImpl.Context context)
-