References
Here’s a list of the references that were provided in this chapter – there were quite a lot!
- Apache Arrow documentation: https://arrow.apache.org/docs/
- Apache License 2.0: https://apache.org/licenses/LICENSE-2.0
- C++ Apache Arrow documentation: https://arrow.apache.org/docs/cpp/
- C# documentation for Arrow: https://github.com/apache/arrow/blob/master/csharp/README.md
- Golang documentation for Arrow: https://pkg.go.dev/github.com/apache/arrow/go/v7/arrow
- Java documentation for Arrow: https://arrow.apache.org/docs/java/
- JavaScript documentation for Arrow: https://arrow.apache.org/docs/js/
- Julia documentation for Arrow: https://arrow.apache.org/julia/stable/
- Rust documentation for Arrow: https://docs.rs/crate/arrow/
- Glib documentation for Arrow: https://arrow.apache.org/docs/c_glib/
- MATLAB documentation for Arrow: https://github.com/apache/arrow/blob/master/matlab/README.md
- Python documentation for Arrow: https...