Class CursorFrameRowPointer
java.lang.Object
org.apache.druid.frame.segment.row.CursorFrameRowPointer
- All Implemented Interfaces:
ReadableFrameRowPointer
Row pointer based on a
ReadableOffset containing a row number.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CursorFrameRowPointer
-
-
Method Details
-
position
public long position()Description copied from interface:ReadableFrameRowPointerPosition of the start of the row relative to the start of the Frame- Specified by:
positionin interfaceReadableFrameRowPointer
-
length
public long length()Description copied from interface:ReadableFrameRowPointerLength of the row (in bytes)- Specified by:
lengthin interfaceReadableFrameRowPointer
-