Uses of Class
org.apache.pinot.segment.local.segment.index.readers.forward.ChunkReaderContext
-
Packages that use ChunkReaderContext Package Description org.apache.pinot.segment.local.segment.index.readers.forward -
-
Uses of ChunkReaderContext in org.apache.pinot.segment.local.segment.index.readers.forward
Methods in org.apache.pinot.segment.local.segment.index.readers.forward that return ChunkReaderContext Modifier and Type Method Description ChunkReaderContextFixedByteChunkMVForwardIndexReader. createContext()ChunkReaderContextFixedByteChunkSVForwardIndexReader. createContext()ChunkReaderContextFixedBytePower2ChunkSVForwardIndexReader. createContext()ChunkReaderContextVarByteChunkMVForwardIndexReader. createContext()ChunkReaderContextVarByteChunkSVForwardIndexReader. createContext()Methods in org.apache.pinot.segment.local.segment.index.readers.forward with parameters of type ChunkReaderContext Modifier and Type Method Description protected ByteBufferBaseChunkForwardIndexReader. decompressChunk(int chunkId, ChunkReaderContext context)BigDecimalVarByteChunkSVForwardIndexReader. getBigDecimal(int docId, ChunkReaderContext context)byte[]VarByteChunkMVForwardIndexReader. getBytes(int docId, ChunkReaderContext context)byte[]VarByteChunkSVForwardIndexReader. getBytes(int docId, ChunkReaderContext context)intVarByteChunkMVForwardIndexReader. getBytesMV(int docId, byte[][] valueBuffer, ChunkReaderContext context)byte[][]VarByteChunkMVForwardIndexReader. getBytesMV(int docId, ChunkReaderContext context)protected ByteBufferBaseChunkForwardIndexReader. getChunkBuffer(int docId, ChunkReaderContext context)Helper method to return the chunk buffer that contains the value at the given document id.protected ByteBufferFixedBytePower2ChunkSVForwardIndexReader. getChunkBuffer(int docId, ChunkReaderContext context)Helper method to return the chunk buffer that contains the value at the given document id.doubleFixedByteChunkSVForwardIndexReader. getDouble(int docId, ChunkReaderContext context)doubleFixedBytePower2ChunkSVForwardIndexReader. getDouble(int docId, ChunkReaderContext context)intFixedByteChunkMVForwardIndexReader. getDoubleMV(int docId, double[] valueBuffer, ChunkReaderContext context)double[]FixedByteChunkMVForwardIndexReader. getDoubleMV(int docId, ChunkReaderContext context)floatFixedByteChunkSVForwardIndexReader. getFloat(int docId, ChunkReaderContext context)floatFixedBytePower2ChunkSVForwardIndexReader. getFloat(int docId, ChunkReaderContext context)intFixedByteChunkMVForwardIndexReader. getFloatMV(int docId, float[] valueBuffer, ChunkReaderContext context)float[]FixedByteChunkMVForwardIndexReader. getFloatMV(int docId, ChunkReaderContext context)intFixedByteChunkSVForwardIndexReader. getInt(int docId, ChunkReaderContext context)intFixedBytePower2ChunkSVForwardIndexReader. getInt(int docId, ChunkReaderContext context)intFixedByteChunkMVForwardIndexReader. getIntMV(int docId, int[] valueBuffer, ChunkReaderContext context)int[]FixedByteChunkMVForwardIndexReader. getIntMV(int docId, ChunkReaderContext context)longFixedByteChunkSVForwardIndexReader. getLong(int docId, ChunkReaderContext context)longFixedBytePower2ChunkSVForwardIndexReader. getLong(int docId, ChunkReaderContext context)intFixedByteChunkMVForwardIndexReader. getLongMV(int docId, long[] valueBuffer, ChunkReaderContext context)long[]FixedByteChunkMVForwardIndexReader. getLongMV(int docId, ChunkReaderContext context)intFixedByteChunkMVForwardIndexReader. getNumValuesMV(int docId, ChunkReaderContext context)intVarByteChunkMVForwardIndexReader. getNumValuesMV(int docId, ChunkReaderContext context)StringVarByteChunkSVForwardIndexReader. getString(int docId, ChunkReaderContext context)intVarByteChunkMVForwardIndexReader. getStringMV(int docId, String[] valueBuffer, ChunkReaderContext context)String[]VarByteChunkMVForwardIndexReader. getStringMV(int docId, ChunkReaderContext context)voidBaseChunkForwardIndexReader. readValuesSV(int[] docIds, int length, double[] values, ChunkReaderContext context)voidBaseChunkForwardIndexReader. readValuesSV(int[] docIds, int length, float[] values, ChunkReaderContext context)voidBaseChunkForwardIndexReader. readValuesSV(int[] docIds, int length, int[] values, ChunkReaderContext context)voidBaseChunkForwardIndexReader. readValuesSV(int[] docIds, int length, long[] values, ChunkReaderContext context)
-