public interface GenericColumn extends Closeable
Modifier and Type | Method and Description |
---|---|
IndexedFloats |
getFloatMultiValueRow(int rowNum) |
float |
getFloatSingleValueRow(int rowNum) |
IndexedLongs |
getLongMultiValueRow(int rowNum) |
long |
getLongSingleValueRow(int rowNum) |
Indexed<String> |
getStringMultiValueRow(int rowNum) |
String |
getStringSingleValueRow(int rowNum) |
ValueType |
getType() |
boolean |
hasMultipleValues() |
int |
length() |
int length()
ValueType getType()
boolean hasMultipleValues()
String getStringSingleValueRow(int rowNum)
float getFloatSingleValueRow(int rowNum)
IndexedFloats getFloatMultiValueRow(int rowNum)
long getLongSingleValueRow(int rowNum)
IndexedLongs getLongMultiValueRow(int rowNum)
Copyright © 2011–2015. All rights reserved.