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