Type Alias datafusion::common::arrow::json::LineDelimitedWriter

source ·
pub type LineDelimitedWriter<W> = Writer<W, LineDelimited>;
Expand description

A JSON writer which serializes RecordBatches to newline delimited JSON objects.

Aliased Type§

struct LineDelimitedWriter<W> { /* private fields */ }