Module arrow2::io

source ·
Expand description

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

Modules

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.