Skip to content

Commit 456409a

Browse files
committed
docs: update AGENTS.md to clarify project structure and examples
1 parent 1354a9e commit 456409a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This repository contains Python bindings for Rust's DataFusion.
44

5+
## Project structure
6+
- Root split: Rust implementation in `src/` and Python wrappers in `python/datafusion/`.
7+
- Examples live in `examples/`; use `examples/datafusion-ffi-example/` as a reference for FFI idioms and UDF/UDAF examples.
8+
59
## Development workflow
610
- Ensure git submodules are initialized: `git submodule update --init`.
711
- Build the Rust extension before running tests:

0 commit comments

Comments
 (0)