datafusion_row::reader

Function read_row

Source
pub fn read_row(
    row: &RowReader<'_>,
    batch: &mut MutableRecordBatch,
    schema: &Schema,
)
Expand description

Read the row currently pointed by RowWriter to the output columnar batch buffer