pub fn array_to_json_array(array: &ArrayRef) -> Result<Vec<Value>, ArrowError>
Expand description

Converts an arrow ArrayRef into a Vec of Serde JSON serde_json::Value’s