Interface WritableByteVector

    • Method Detail

      • 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.