Class RowReader

java.lang.Object
org.apache.druid.frame.field.RowReader

public class RowReader extends Object
Class for reading rows in the same format as used by FrameType.isRowBased(). Stateless and immutable. Row format: - 4 bytes * rowLength: field *end* pointers (exclusive), relative to the start of the row, little-endian ints - N bytes * rowLength: fields written by FieldWriter implementations.
  • Constructor Details

  • Method Details