tree: 651e1b70c34f16400ccc35b5811bb66c333e9bd7 [path history] [tgz]
  1. apidoc/
  2. build-support/
  3. cmake_modules/
  4. examples/
  5. src/
  6. submodules/
  7. thirdparty/
  8. tools/
  9. .gitignore
  10. Brewfile
  11. CHANGELOG_PARQUET.md
  12. CMakeLists.txt
  13. CMakeSettings.json
  14. README.md
  15. valgrind.supp
  16. vcpkg.json
cpp/README.md

Apache Arrow C++

This directory contains the code and build system for the Arrow C++ libraries, as well as for the C++ libraries for Apache Parquet.

Installation

See https://arrow.apache.org/install/ for the latest instructions how to install pre-compiled binary versions of the library.

Source Builds and Development

Please refer to our latest C++ Development Documentation.