pub fn batch_to_rows(batch: &RecordBatch) -> Vec<Row>Expand description
Read a RecordBatch back into ordered rows (schema field order preserved).
pub fn batch_to_rows(batch: &RecordBatch) -> Vec<Row>Read a RecordBatch back into ordered rows (schema field order preserved).