Apache Arrow in-memory columnar format reference. Zero-copy data exchange, columnar memory layout with validity bitmaps, pyarrow Table/RecordBatch/compute, Arrow Flight RPC for high-performance transfer, Dataset API with predicate pushdown, pandas/DuckDB/Polars/Spark integration, Gandiva LLVM compiler, and ADBC database connectivity.

Install

openclaw skills install arrow

Apache Arrow

Apache Arrow in-memory columnar format reference — zero-copy, cross-language.

Commands

CommandDescription
introArrow overview, zero-copy, architecture
formatColumnar layout, buffers, record batches
pythonpyarrow arrays, tables, compute functions
flightArrow Flight RPC server/client
datasetDataset API, partitioning, pushdown
integrationpandas/DuckDB/Polars/Spark/R interop
gandivaLLVM expression compiler
ecosystemImplementations, ADBC, projects