MCPcopy Create free account
hub / github.com/apache/arrow

github.com/apache/arrow

Chat with this repo
repository ↗ · DeepWiki ↗ · release apache-arrow-25.0.0 ↗ · + Follow · compare 2 versions
48,452 symbols 174,173 edges 3,140 files 5,605 documented · 12% updated 1d agoapache-arrow-25.0.0 · 2026-07-10★ 16,9262,222 open issues

Browse by type

Functions 39,207 Types & classes 9,214 Endpoints 31
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Apache Arrow

Fuzzing Status License BlueSky Follow

Powering In-Memory Analytics

Apache Arrow is a universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics. It contains a set of technologies that enable data systems to efficiently store, process, and move data.

Major components of the project include:

The icon denotes that this component of the project is maintained in a separate repository.

Arrow is an Apache Software Foundation project. Learn more at arrow.apache.org.

What's in the Arrow libraries?

The reference Arrow libraries contain many distinct software components:

  • Columnar vector and table-like containers (similar to data frames) supporting flat or nested types
  • Fast, language agnostic metadata messaging layer (using Google's FlatBuffers library)
  • Reference-counted off-heap buffer memory management, for zero-copy memory sharing and handling memory-mapped files
  • IO interfaces to local and remote filesystems
  • Self-describing binary wire formats (streaming and batch/file-like) for remote procedure calls (RPC) and interprocess communication (IPC)
  • Integration tests for verifying binary compatibility between the implementations (e.g. sending data from Java to C++)
  • Conversions to and from other in-memory data structures
  • Readers and writers for various widely-used file formats (such as Parquet, CSV)

Implementation status

The official Arrow libraries in this repository are in different stages of implementing the Arrow format and related features. See our current feature matrix on git main.

How to Contribute

Please read our latest project contribution guide.

If you are using AI coding tools, please review our AI-generated code guidance.

Getting involved

Even if you do not plan to contribute to Apache Arrow itself or Arrow integrations in other projects, we'd be happy to have you involved:

Continuous Integration Sponsors

We use runs-on for managing the project self-hosted runners. We use AWS for some of the required infrastructure for the project.

Core symbols most depended-on inside this repo

Shape

Method 22,585
Function 16,622
Class 8,982
Enum 232
Route 31

Languages

C++76%
Ruby12%
Python12%
C1%

Modules by API surface

c_glib/arrow-glib/compute.cpp593 symbols
r/src/arrowExports.cpp554 symbols
cpp/src/generated/Schema_generated.h340 symbols
c_glib/arrow-glib/array-builder.cpp340 symbols
cpp/gdb_arrow.py338 symbols
python/pyarrow/tests/test_pandas.py328 symbols
dev/archery/archery/integration/datagen.py282 symbols
cpp/src/generated/parquet_types.cpp267 symbols
cpp/src/arrow/compute/kernels/scalar_string_ascii.cc263 symbols
python/pyarrow/tests/test_flight.py255 symbols
ruby/red-arrow-format/lib/arrow-format/type.rb246 symbols
c_glib/arrow-glib/basic-array.cpp236 symbols

Dependencies from manifests, versioned

cython3.1 · 1×
libcst1.8.6 · 1×
numpy2.0.0 · 1×
pydata-sphinx-theme0.16 · 1×
pygithub1.59.0 · 1×
setuptools_scm8 · 1×

For agents

$ claude mcp add arrow \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page