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