Uses of Class
org.apache.pinot.segment.local.segment.index.readers.forward.VarByteChunkForwardIndexReaderV4.ReaderContext
-
Packages that use VarByteChunkForwardIndexReaderV4.ReaderContext Package Description org.apache.pinot.segment.local.segment.index.readers.forward -
-
Uses of VarByteChunkForwardIndexReaderV4.ReaderContext in org.apache.pinot.segment.local.segment.index.readers.forward
Methods in org.apache.pinot.segment.local.segment.index.readers.forward that return VarByteChunkForwardIndexReaderV4.ReaderContext Modifier and Type Method Description VarByteChunkForwardIndexReaderV4.ReaderContextVarByteChunkForwardIndexReaderV4. createContext()Methods in org.apache.pinot.segment.local.segment.index.readers.forward with parameters of type VarByteChunkForwardIndexReaderV4.ReaderContext Modifier and Type Method Description BigDecimalVarByteChunkForwardIndexReaderV4. getBigDecimal(int docId, VarByteChunkForwardIndexReaderV4.ReaderContext context)byte[]VarByteChunkForwardIndexReaderV4. getBytes(int docId, VarByteChunkForwardIndexReaderV4.ReaderContext context)intVarByteChunkForwardIndexReaderV4. getBytesMV(int docId, byte[][] valueBuffer, VarByteChunkForwardIndexReaderV4.ReaderContext context)byte[][]VarByteChunkForwardIndexReaderV4. getBytesMV(int docId, VarByteChunkForwardIndexReaderV4.ReaderContext context)intVarByteChunkForwardIndexReaderV4. getDoubleMV(int docId, double[] valueBuffer, VarByteChunkForwardIndexReaderV4.ReaderContext context)double[]VarByteChunkForwardIndexReaderV4. getDoubleMV(int docId, VarByteChunkForwardIndexReaderV4.ReaderContext context)intVarByteChunkForwardIndexReaderV4. getFloatMV(int docId, float[] valueBuffer, VarByteChunkForwardIndexReaderV4.ReaderContext context)float[]VarByteChunkForwardIndexReaderV4. getFloatMV(int docId, VarByteChunkForwardIndexReaderV4.ReaderContext context)intVarByteChunkForwardIndexReaderV4. getIntMV(int docId, int[] valueBuffer, VarByteChunkForwardIndexReaderV4.ReaderContext context)int[]VarByteChunkForwardIndexReaderV4. getIntMV(int docId, VarByteChunkForwardIndexReaderV4.ReaderContext context)intVarByteChunkForwardIndexReaderV4. getLongMV(int docId, long[] valueBuffer, VarByteChunkForwardIndexReaderV4.ReaderContext context)long[]VarByteChunkForwardIndexReaderV4. getLongMV(int docId, VarByteChunkForwardIndexReaderV4.ReaderContext context)StringVarByteChunkForwardIndexReaderV4. getString(int docId, VarByteChunkForwardIndexReaderV4.ReaderContext context)intVarByteChunkForwardIndexReaderV4. getStringMV(int docId, String[] valueBuffer, VarByteChunkForwardIndexReaderV4.ReaderContext context)String[]VarByteChunkForwardIndexReaderV4. getStringMV(int docId, VarByteChunkForwardIndexReaderV4.ReaderContext context)voidVarByteChunkForwardIndexReaderV4. recordDocIdByteRanges(int docId, VarByteChunkForwardIndexReaderV4.ReaderContext context, List<ForwardIndexReader.ByteRange> ranges)
-