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

pub fn array_to_json_array(array: &ArrayRef) -> Vec<Value>

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