arrow
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 via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain3/arrowApache Arrow
Apache Arrow in-memory columnar format reference — zero-copy, cross-language.
Commands
| Command | Description |
|---|---|
intro | Arrow overview, zero-copy, architecture |
format | Columnar layout, buffers, record batches |
python | pyarrow arrays, tables, compute functions |
flight | Arrow Flight RPC server/client |
dataset | Dataset API, partitioning, pushdown |
integration | pandas/DuckDB/Polars/Spark/R interop |
gandiva | LLVM expression compiler |
ecosystem | Implementations, ADBC, projects |
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain3-arrow": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
Flashcard
Spaced repetition study tool with deck management. Use when you need flashcard.
context-compressor
Intelligently compress context — conversations, code, logs. Preserve key information while reducing token usage. Auto-detects content type and applies optimal compression.
skill-tracker
通用技能使用统计追踪器,支持 Python 和 Node.js 技能,自动记录调用次数、成功率,生成使用排行榜。数据本地存储,保护隐私。
Soul Ledger
Gives any AI agent persistent memory of who the user is — not just facts, but patterns, preferences, personality traits, and behavioral evolution over time. The agent maintains a soul_ledger.json in the workspace and references it on every conversation start.
conversation-archive
对话记忆仓库:自动归档 session 对话,保留原始记录,支持检索和误解纠正。可与 memory-never-forget 联动形成完整记忆体系。