Class ConstantFrameRowPointer
- java.lang.Object
-
- org.apache.druid.frame.segment.row.ConstantFrameRowPointer
-
- All Implemented Interfaces:
ReadableFrameRowPointer
public class ConstantFrameRowPointer extends Object implements ReadableFrameRowPointer
-
-
Constructor Summary
Constructors Constructor Description ConstantFrameRowPointer(long start, long length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longlength()Length of the row (in bytes)longposition()Position of the start of the row relative to the start of the Frame
-
-
-
Method Detail
-
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
-
-