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

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

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