Skip to main content

record_batch_to_rows

Function record_batch_to_rows 

Source
pub fn record_batch_to_rows(batches: &[RecordBatch]) -> Vec<Row> 
Expand description

Convert Arrow RecordBatch slices back into Vec<Row>.