public interface GenericColumn extends HotLoopCallee, 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() |
inspectRuntimeShapeint length()
ValueType getType()
boolean hasMultipleValues()
@CalledFromHotLoop String getStringSingleValueRow(int rowNum)
@CalledFromHotLoop Indexed<String> getStringMultiValueRow(int rowNum)
@CalledFromHotLoop float getFloatSingleValueRow(int rowNum)
@CalledFromHotLoop IndexedFloats getFloatMultiValueRow(int rowNum)
@CalledFromHotLoop long getLongSingleValueRow(int rowNum)
@CalledFromHotLoop IndexedLongs getLongMultiValueRow(int rowNum)
void close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2011–2017. All rights reserved.