Class RowBatch.DoubleColumn

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

public final class RowBatch.DoubleColumn
extends RowBatch.Column
RowBatch.Column subclass that decodes and stores primitive doubles.
  • Method Details

    • read

      public void read()
    • getData

      public double[] getData()
      Get access to the internal data array. Callers should not alter the data array's contents. Only valid until RowBatch.this.size().
      Returns:
      The internal data array
    • get

      public double get​(int rowIndex)