datafusion_row

Module reader

Source
Expand description

read_as_batch converts raw bytes to RecordBatch

Structs§

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

Functions§

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