Class RowBatch.BooleanColumn

java.lang.Object
com.illumon.iris.db.tables.dataimport.RowBatch.Column
com.illumon.iris.db.tables.dataimport.RowBatch.BooleanColumn
Enclosing class:
RowBatch

public final class RowBatch.BooleanColumn extends RowBatch.Column
RowBatch.Column subclass that decodes and stores logical Booleans as primitive bytes.
  • Method Details

    • read

      public void read()
    • getData

      public byte[] getData()
      Get access to the internal data array. Callers should not alter the data array's contents. Only valid until RowBatch.this.size(). Note that this is encoded as primitive bytes, in order to allow for direct transfer when appropriate.
      Returns:
      The internal data array
    • get

      public Boolean get(int rowIndex)