38 releases (major breaking)
new 54.2.0 | Feb 16, 2025 |
---|---|
54.0.0 | Dec 23, 2024 |
53.4.0 | Jan 18, 2025 |
53.3.0 | Nov 20, 2024 |
27.0.0 | Nov 14, 2022 |
#368 in Parser implementations
1,247,542 downloads per month
Used in 244 crates
(24 directly)
3MB
57K
SLoC
Support for the Arrow IPC Format
The Arrow IPC format defines how to read and write RecordBatch
es to/from
a file or stream of bytes. This format can be used to serialize and deserialize
data to files and over the network.
There are two variants of the IPC format:
-
IPC Streaming Format: Supports streaming data sources, implemented by StreamReader and StreamWriter
-
IPC File Format: Supports random access, implemented by FileReader and FileWriter.
Dependencies
~3–9MB
~82K SLoC