1. Home
  2. Browse
  3. arrow

arrow

v7.0.0#3Go to latest

Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics

Install

Run the following Vcpkg command to install the port.

vcpkg install arrow

Usage

The package arrow provides CMake targets:

find_package(Arrow CONFIG REQUIRED)
target_link_libraries(main PRIVATE ${ARROW_LIBRARIES})
find_package(Parquet CONFIG REQUIRED)
target_link_libraries(main PRIVATE ${PARQUET_LIBRARIES})

Features

Dependencies

See source

Version

v7.0.0#3

Publication

Supports

x64 | (arm64 & !windows)

GitHub

apache/arrow16K

Homepage

arrow.apache.org

Subtree

0a1420dc44

License

Apache-2.0

Definition

Manifest