tree: 4f62ddccbf245b04d1e024a07e9694d3d392998c [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. README.md
  14. 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.