Skip to main content

batch_to_rows

Function batch_to_rows 

Source
pub fn batch_to_rows(b: &RecordBatch) -> Result<Vec<Map<String, Value>>>
Expand description

Materialize one RecordBatch into JSON-row maps (column name → value).