[go: up one dir, main page]

arrow2 0.8.1

Unofficial implementation of Apache Arrow spec in safe Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Summary

- [Arrow2]./README.md
- [The arrow format]./arrow.md
- [Low-level API]./low_level.md
- [High-level API]./high_level.md
- [Compute]./compute.md
- [Metadata]./metadata.md
- [Foreign interfaces]./ffi.md
- [Extension]./extension.md
- [IO]./io/README.md
    - [Read CSV]./io/csv_reader.md
    - [Write CSV]./io/csv_write.md
    - [Read Parquet]./io/parquet_read.md
    - [Write Parquet]./io/parquet_write.md
    - [Read Arrow]./io/ipc_read.md
    - [Read Arrow stream]./io/ipc_stream_read.md
    - [Write Arrow]./io/ipc_write.md