public interface GenericColumn extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
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)
void close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2011–2017. All rights reserved.