Skip to main content

batch_to_rows

Function batch_to_rows 

Source
pub fn batch_to_rows(batch: &RecordBatch) -> Vec<Row>
Expand description

Read a RecordBatch back into ordered rows (schema field order preserved).