Interface WritableBooleanVector

All Superinterfaces:
BooleanColumnVector, ColumnVector, WritableColumnVector
All Known Implementing Classes:
HeapBooleanVector

@Internal public interface WritableBooleanVector extends WritableColumnVector, BooleanColumnVector
  • Method Details

    • setBoolean

      void setBoolean(int rowId, boolean value)
      Set boolean at rowId with the provided value.
    • fill

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