Interface WritableByteVector

All Superinterfaces:
ByteColumnVector, ColumnVector, WritableColumnVector
All Known Implementing Classes:
HeapByteVector

@Internal public interface WritableByteVector extends WritableColumnVector, ByteColumnVector
  • Method Details

    • setByte

      void setByte(int rowId, byte value)
      Set byte at rowId with the provided value.
    • fill

      void fill(byte value)
      Fill the column vector with the provided value.