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 Type Method Description CharSequenceget(int rowIndex)Materialize the value at the supplied row index as aCharSequence.Methods inherited from class com.illumon.iris.db.tables.dataimport.RowBatch.Column
isConstant, isPresent
-
Method Details
-
get
Description copied from interface:RowBatch.StringColumnAccessorMaterialize the value at the supplied row index as aCharSequence.- Specified by:
getin interfaceRowBatch.StringColumnAccessor- Parameters:
rowIndex- The row index to get- Returns:
- A
CharSequencerepresentation of the row
-