Class FixedByteChunkMVForwardIndexReader

    • Method Detail

      • getIntMV

        public int getIntMV​(int docId,
                            int[] valueBuffer,
                            ChunkReaderContext context)
      • getLongMV

        public int getLongMV​(int docId,
                             long[] valueBuffer,
                             ChunkReaderContext context)
      • getFloatMV

        public int getFloatMV​(int docId,
                              float[] valueBuffer,
                              ChunkReaderContext context)
      • getDoubleMV

        public int getDoubleMV​(int docId,
                               double[] valueBuffer,
                               ChunkReaderContext context)
      • isBufferByteRangeInfoSupported

        public boolean isBufferByteRangeInfoSupported()
      • isFixedOffsetMappingType

        public boolean isFixedOffsetMappingType()
      • getRawDataStartOffset

        public long getRawDataStartOffset()
      • getDocLength

        public int getDocLength()