This commit is contained in:
Hassan Abedi 2026-06-03 11:55:38 +02:00
parent 228a88d999
commit 0b89e64773

View File

@ -1,9 +1,7 @@
## Query Ops ## Query Ops
Physical operators for a small query-plan executor: atom scan, semijoin, and natural join over a binding relation. This crate provides a small set of query operators that can be used to implement a simple query-plan executor.
Operators compose by function application, so a query plan written by hand is just an expression. The operators are: atom scan, semijoin, and natural join.
![Architecture Diagram](docs/diagrams/architecture.svg)
### Public API ### Public API