Class DeltaLengthByteArrayValuesWriter


  • public class DeltaLengthByteArrayValuesWriter
    extends ValuesWriter
    Write lengths of byte-arrays using delta encoding, followed by concatenated byte-arrays
       
       delta-length-byte-array : length* byte-array*
       
     
    • Constructor Detail

      • DeltaLengthByteArrayValuesWriter

        public DeltaLengthByteArrayValuesWriter​(int initialSize,
                                                int pageSize,
                                                ByteBufferAllocator allocator)