Type Alias LineDelimitedWriter
pub type LineDelimitedWriter<W> = Writer<W, LineDelimited>;Expand description
A JSON writer which serializes RecordBatches to newline delimited JSON objects.
Aliased Typeยง
pub struct LineDelimitedWriter<W> { /* private fields */ }