Class RowMemoryFieldPointer

  • All Implemented Interfaces:
    ReadableFieldPointer

    public class RowMemoryFieldPointer
    extends Object
    implements ReadableFieldPointer
    A ReadableFieldPointer that is derived from a row-based frame. Returns the position and the length of a field at a particular position for the row that the rowPointer is pointing to at the time. It caches the values of the position and the length based on position of the rowPointer. This method is not thread-safe