Expand description

Contains modules to interface with other formats such as csv, parquet, json, ipc, [mod@print] and [avro].

Modules

csvio_csv_read or io_csv_read_async or io_csv_write

Convert data between the Arrow and CSV (comma-separated values).

ipcio_ipc

APIs to read from and write to Arrow’s IPC format.

jsonio_json

Convert data between the Arrow memory format and JSON line-delimited records.

ndjsonio_json

APIs to read from and write to NDJSON

parquetio_parquet

APIs to read from and write to Parquet format.