Package org.apache.druid.frame.field
Interface ReadableFieldPointer
-
- All Known Implementing Classes:
RowMemoryFieldPointer
,SettableFieldPointer
public interface ReadableFieldPointer
Pointer to a field position in some memory. SeeRowBasedFrameWriter
for details about the format.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
length()
Length of the field.long
position()
Starting position of the field.
-