Apache Arrow
0.12.1.dev425+g828b4377f.d20190316

Arrow Columnar Format

  • Arrow specification documents
  • Implementation guidelines
  • Physical memory layout
  • Metadata: Logical types, schemas, data headers
  • Interprocess messaging / communication (IPC)

Arrow Libraries

  • C++ Implementation
    • Getting Started
    • Examples
    • API Reference
  • Python bindings

Development and Contributing

  • Contribution Guidelines
  • C++ Development
  • Python Development
  • Integration Testing
  • Building the Documentation
Apache Arrow
  • Docs »
  • C++ Implementation
  • View page source

C++ ImplementationΒΆ

  • Getting Started
    • High-Level Overview
    • Conventions
    • Memory Management
    • Arrays
    • Data Types
    • Two-dimensional Datasets
  • Examples
    • Row to columnar conversion
    • std::tuple-like ranges to Arrow
  • API Reference
    • Programming Support
    • Memory (management)
    • Data Types
    • Arrays
    • Array Builders
    • Two-dimensional Datasets
    • Utilities
    • CUDA support
Next Previous

© Copyright 2016-2018 Apache Software Foundation

Built with Sphinx using a theme provided by Read the Docs.