Function arrow::json::writer::record_batches_to_json_rows[][src]

pub fn record_batches_to_json_rows(
    batches: &[RecordBatch]
) -> Vec<JsonMap<String, Value>>

Converts an arrow RecordBatch into a Vec of Serde JSON JsonMaps (objects)