Class ConstantFrameRowPointer
java.lang.Object
org.apache.druid.frame.segment.row.ConstantFrameRowPointer
- All Implemented Interfaces:
ReadableFrameRowPointer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConstantFrameRowPointer
public ConstantFrameRowPointer(long start, long length)
-
-
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
-