tree: fca15fda3609e876ef47a2552e4990c3a9bccc22 [path history] [tgz]
  1. apidoc/
  2. build-support/
  3. cmake_modules/
  4. examples/
  5. proto/
  6. src/
  7. submodules/
  8. subprojects/
  9. thirdparty/
  10. tools/
  11. .gitignore
  12. Brewfile
  13. CHANGELOG_PARQUET.md
  14. CMakeLists.txt
  15. CMakePresets.json
  16. CMakeSettings.json
  17. gdb_arrow.py
  18. meson.build
  19. meson.options
  20. README.md
  21. valgrind.supp
  22. 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 on how to install pre-compiled binary versions of the library.

Source Builds and Development

Please refer to our latest C++ Development Documentation.