Module datafusion_row::reader

source ·
Expand description

read_as_batch converts raw bytes to [RecordBatch]

Structs

  • Read the tuple data[base_offset..] we are currently pointing to

Functions

  • Read raw-bytes from data rows starting at offsets out to a [RecordBatch]
  • Read the row currently pointed by RowWriter to the output columnar batch buffer