polars_json::ndjson

Module write

Source
Expand description

APIs to serialize and write to NDJSON.

Structs§

FileWriter
An iterator adapter that receives an implementer of Write and an implementer of FallibleStreamingIterator (such as Serializer) and writes a valid NDJSON
Serializer
FallibleStreamingIterator that serializes an Array to bytes of valid NDJSON where every line is an element of the array.

Traits§

FallibleStreamingIterator
A fallible, streaming iterator.