Skip to main content

Module output

Module output 

Source
Expand description

Output writers: CSV, JSONL, and table.

Each writer consumes RecordBatches whose schema has already been projected by the caller. Type formatting rules live in value. The factory make_writer dispatches Format → concrete writer; CLI-side stdout convenience lives in commands::common::make_stdout_writer.

Modules§

csv
jsonl
table
value
Per-arrow-type value formatting for both CSV and JSONL.

Traits§

RowWriter

Functions§

make_writer
Construct a RowWriter for format, writing to out. table_style is consulted only for Format::Table; other formats ignore it.