Class RowBatch.LongColumn
java.lang.Object
com.illumon.iris.db.tables.dataimport.RowBatch.Column
com.illumon.iris.db.tables.dataimport.RowBatch.LongColumn
- Enclosing class:
- RowBatch
RowBatch.Column
subclass that decodes and stores primitive long
s.-
Method Summary
Methods inherited from class com.illumon.iris.db.tables.dataimport.RowBatch.Column
isConstant, isPresent
-
Method Details
-
read
public void read() -
getData
public long[] getData()Get access to the internal data array. Callers should not alter the data array's contents. Only valid untilRowBatch.this.size()
.- Returns:
- The internal data array
-
get
public long get(int rowIndex)
-