tree: d000c5eed7bd78f29387795332f1e8c08d52cb22 [path history] [tgz]
  1. apidoc/
  2. build-support/
  3. cmake_modules/
  4. examples/
  5. src/
  6. submodules/
  7. thirdparty/
  8. tools/
  9. .gitignore
  10. arrowConfig.cmake.in
  11. Brewfile
  12. CHANGELOG_PARQUET.md
  13. CMakeLists.txt
  14. Dockerfile
  15. Dockerfile.alpine
  16. Dockerfile.cmake
  17. Dockerfile.debian-testing
  18. Dockerfile.fedora
  19. Dockerfile.ubuntu-bionic
  20. Dockerfile.ubuntu-trusty
  21. Dockerfile.ubuntu-xenial
  22. README.md
  23. valgrind.supp
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.