Package io.trino.operator.index
Class UnloadedIndexKeyRecordSet.UnloadedIndexKeyRecordCursor
java.lang.Object
io.trino.operator.index.UnloadedIndexKeyRecordSet.UnloadedIndexKeyRecordCursor
- All Implemented Interfaces:
RecordCursor,Closeable,AutoCloseable
- Enclosing class:
UnloadedIndexKeyRecordSet
public static class UnloadedIndexKeyRecordSet.UnloadedIndexKeyRecordCursor
extends Object
implements RecordCursor
-
Constructor Summary
ConstructorsConstructorDescriptionUnloadedIndexKeyRecordCursor(List<Type> types, List<io.trino.operator.index.UnloadedIndexKeyRecordSet.PageAndPositions> pageAndPositions) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.trino.spi.connector.RecordCursor
getMemoryUsage
-
Constructor Details
-
UnloadedIndexKeyRecordCursor
-
-
Method Details
-
getCompletedBytes
public long getCompletedBytes()- Specified by:
getCompletedBytesin interfaceRecordCursor
-
getReadTimeNanos
public long getReadTimeNanos()- Specified by:
getReadTimeNanosin interfaceRecordCursor
-
getType
- Specified by:
getTypein interfaceRecordCursor
-
advanceNextPosition
public boolean advanceNextPosition()- Specified by:
advanceNextPositionin interfaceRecordCursor
-
getPage
-
getPosition
public int getPosition() -
getBoolean
public boolean getBoolean(int field) - Specified by:
getBooleanin interfaceRecordCursor
-
getLong
public long getLong(int field) - Specified by:
getLongin interfaceRecordCursor
-
getDouble
public double getDouble(int field) - Specified by:
getDoublein interfaceRecordCursor
-
getSlice
public io.airlift.slice.Slice getSlice(int field) - Specified by:
getSlicein interfaceRecordCursor
-
getObject
- Specified by:
getObjectin interfaceRecordCursor
-
isNull
public boolean isNull(int field) - Specified by:
isNullin interfaceRecordCursor
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceRecordCursor
-