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
-
Method Summary
Methods inherited from class com.illumon.iris.db.tables.dataimport.RowBatch.Column
isConstant, isPresent
-
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 untilRowBatch.this.size()
. Note that this is encoded as primitivebyte
s, in order to allow for direct transfer when appropriate.- Returns:
- The internal data array
-
get
-