Interface WritableShortVector

All Superinterfaces:
ColumnVector, ShortColumnVector, WritableColumnVector
All Known Implementing Classes:
HeapShortVector

@Internal public interface WritableShortVector extends WritableColumnVector, ShortColumnVector
  • Method Details

    • setShort

      void setShort(int rowId, short value)
      Set short at rowId with the provided value.
    • fill

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