Type Definition arrow_json::writer::ArrayWriter
source · pub type ArrayWriter<W> = Writer<W, JsonArray>;Expand description
A JSON writer which serializes RecordBatches to JSON arrays
pub type ArrayWriter<W> = Writer<W, JsonArray>;A JSON writer which serializes RecordBatches to JSON arrays