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
      • Programming Support
      • Memory (management)
      • Data Types
      • Arrays
      • Array Builders
      • Two-dimensional Datasets
      • Utilities
      • CUDA support
  • Python bindings

Development and Contributing

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

API ReferenceΒΆ

  • Programming Support
    • Error return and reporting
  • Memory (management)
    • Buffers
    • Memory Pools
    • Allocation Functions
    • Slicing
    • Buffer Builders
    • STL Integration
  • Data Types
    • Factory functions
    • Concrete type subclasses
      • Primitive
      • Time-related
      • Binary-like
      • Nested
      • Dictionary-encoded
    • Fields and Schemas
  • Arrays
    • Concrete array subclasses
      • Non-nested
      • Nested
    • Chunked Arrays
  • Array Builders
    • Concrete builder subclasses
  • Two-dimensional Datasets
    • Columns
    • Tables
    • Record Batches
  • Utilities
    • Decimal Numbers
  • CUDA support
    • CUDA Contexts
    • Device and Host Buffers
    • Device Memory Input / Output
    • CUDA IPC
Next Previous

© Copyright 2016-2018 Apache Software Foundation

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