Function deltalake::arrow::json::writer::record_batches_to_json_rows

source ·
pub fn record_batches_to_json_rows(
    batches: &[&RecordBatch]
) -> Result<Vec<Map<String, Value>>, ArrowError>
👎Deprecated: Use Writer
Expand description

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