Interface WritableTimestampVector

All Superinterfaces:
ColumnVector, TimestampColumnVector, WritableColumnVector
All Known Implementing Classes:
HeapTimestampVector

@Internal public interface WritableTimestampVector extends WritableColumnVector, TimestampColumnVector
  • Method Details

    • setTimestamp

      void setTimestamp(int rowId, TimestampData timestamp)
      Set TimestampData at rowId with the provided value.
    • fill

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