·datafusion
</>

datafusion

DataFusion integration: logical/physical plans, execution context, table providers, schema memoization, and SQL handler routing. Keywords: DataFusion, Arrow, logical plan, physical plan, table provider, schema registry.

15Installs·1Trend·@jamals86

Installation

$npx skills add https://github.com/jamals86/kalamdb --skill datafusion

How to Install datafusion

Quickly install datafusion AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/jamals86/kalamdb --skill datafusion
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: jamals86/kalamdb.

SKILL.md

View raw

Use this skill for work involving DataFusion, Arrow schemas, SQL planning/execution, and table providers.

Implementation guidance: 1) Use existing schema registry helpers for Arrow schema construction; memoize schemas where supported. 2) Implement or extend TableProvider with correct schema, statistics, and scan behavior.

3) Keep SQL handling in kalamdb-core/sql/executor and route through handler modules. 4) Use DataFusion’s logical plan for validation; avoid manual SQL parsing unless required.

DataFusion integration: logical/physical plans, execution context, table providers, schema memoization, and SQL handler routing. Keywords: DataFusion, Arrow, logical plan, physical plan, table provider, schema registry. Source: jamals86/kalamdb.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/jamals86/kalamdb --skill datafusion
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from jamals86/kalamdb

Quick answers

What is datafusion?

DataFusion integration: logical/physical plans, execution context, table providers, schema memoization, and SQL handler routing. Keywords: DataFusion, Arrow, logical plan, physical plan, table provider, schema registry. Source: jamals86/kalamdb.

How do I install datafusion?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jamals86/kalamdb --skill datafusion Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/jamals86/kalamdb