Interface RowBatch.StringColumnAccessor
- All Known Implementing Classes:
RowBatch.EnhancedStringColumn,RowBatch.EnumColumn
- Enclosing class:
- RowBatch
public static interface RowBatch.StringColumnAccessor
Common interface for
RowBatch.EnhancedStringColumn and RowBatch.EnumColumn to allow for runtime polymorphism based
on binary store header info.-
Method Summary
Modifier and Type Method Description CharSequenceget(int rowIndex)Materialize the value at the supplied row index as aCharSequence.
-
Method Details
-
get
Materialize the value at the supplied row index as aCharSequence.- Parameters:
rowIndex- The row index to get- Returns:
- A
CharSequencerepresentation of the row
-