We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1354a9e commit 456409aCopy full SHA for 456409a
AGENTS.md
@@ -2,6 +2,10 @@
2
3
This repository contains Python bindings for Rust's DataFusion.
4
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
+
9
## Development workflow
10
- Ensure git submodules are initialized: `git submodule update --init`.
11
- Build the Rust extension before running tests:
0 commit comments