public interface RecordCursor extends Closeable
| Modifier and Type | Method and Description |
|---|---|
boolean |
advanceNextPosition() |
void |
close() |
boolean |
getBoolean(int field) |
long |
getCompletedBytes() |
double |
getDouble(int field) |
long |
getLong(int field) |
long |
getReadTimeNanos() |
io.airlift.slice.Slice |
getSlice(int field) |
long |
getTotalBytes() |
Type |
getType(int field) |
boolean |
isNull(int field) |
long getTotalBytes()
long getCompletedBytes()
long getReadTimeNanos()
Type getType(int field)
boolean advanceNextPosition()
boolean getBoolean(int field)
long getLong(int field)
double getDouble(int field)
io.airlift.slice.Slice getSlice(int field)
boolean isNull(int field)
void close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2012-2014. All Rights Reserved.