Class HeapByteVector

All Implemented Interfaces:
Serializable, ByteColumnVector, ColumnVector, WritableByteVector, WritableColumnVector

@Internal public class HeapByteVector extends AbstractHeapVector implements WritableByteVector
This class represents a nullable byte column vector.
See Also:
  • Field Details

    • vector

      public byte[] vector
  • Constructor Details

    • HeapByteVector

      public HeapByteVector(int len)
      Don't use this except for testing purposes.
      Parameters:
      len - the number of rows
  • Method Details