Class FixedByteSVMutableForwardIndex

  • All Implemented Interfaces:
    Closeable, AutoCloseable, MutableForwardIndex, ForwardIndexReader<ForwardIndexReaderContext>

    public class FixedByteSVMutableForwardIndex
    extends Object
    implements MutableForwardIndex
    This class implements reader as well as writer interfaces for fixed-byte single column and single value data.
    • Auto expands memory allocation on-demand.
    • Supports random reads and writes.
    • Callers should ensure they are only reading row that were written, as allocated but not written rows are not guaranteed to have a deterministic value.