Function datafusion::common::arrow::json::writer::array_to_json_array
source ยท pub fn array_to_json_array(array: &dyn Array) -> Result<Vec<Value>, ArrowError>
๐Deprecated: Use Writer
Expand description
Converts an arrow Array
into a Vec
of Serde JSON serde_json::Value
โs