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

pub fn array_to_json_array(array: &ArrayRef) -> Vec<Value>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator
Expand description

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