Module polars_io::ndjson_core::ndjson::arrow_ndjson::write
source · Available on crate features
json
and io_json
only.Expand description
APIs to serialize and write to NDJSON.
Structs
An iterator adapter that receives an implementer of
Write
and
an implementer of FallibleStreamingIterator
(such as Serializer
)
and writes a valid NDJSONFallibleStreamingIterator
that serializes an Array
to bytes of valid NDJSON
where every line is an element of the array.Traits
A fallible, streaming iterator.