Class RowBatch.EnhancedStringColumn
java.lang.Object
com.illumon.iris.db.tables.dataimport.RowBatch.Column
com.illumon.iris.db.tables.dataimport.RowBatch.EnhancedStringColumn
- All Implemented Interfaces:
RowBatch.StringColumnAccessor
- Enclosing class:
- RowBatch
public final class RowBatch.EnhancedStringColumn
extends RowBatch.Column
implements RowBatch.StringColumnAccessor
-
Method Summary
Modifier and TypeMethodDescriptionget
(int rowIndex) Materialize the value at the supplied row index as aCharSequence
.final void
read()
Methods inherited from class com.illumon.iris.db.tables.dataimport.RowBatch.Column
isConstant, isPresent
-
Method Details
-
get
Description copied from interface:RowBatch.StringColumnAccessor
Materialize the value at the supplied row index as aCharSequence
.- Specified by:
get
in interfaceRowBatch.StringColumnAccessor
- Parameters:
rowIndex
- The row index to get- Returns:
- A
CharSequence
representation of the row
-
read
public final void read()
-