From 0b89e647737dbbf837e88ed76ac78a18f8ffadab Mon Sep 17 00:00:00 2001 From: Hassan Abedi Date: Wed, 3 Jun 2026 11:55:38 +0200 Subject: [PATCH] WIP --- crates/query-ops/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/crates/query-ops/README.md b/crates/query-ops/README.md index 98dd99f..7068596 100644 --- a/crates/query-ops/README.md +++ b/crates/query-ops/README.md @@ -1,9 +1,7 @@ ## Query Ops -Physical operators for a small query-plan executor: atom scan, semijoin, and natural join over a binding relation. -Operators compose by function application, so a query plan written by hand is just an expression. - -![Architecture Diagram](docs/diagrams/architecture.svg) +This crate provides a small set of query operators that can be used to implement a simple query-plan executor. +The operators are: atom scan, semijoin, and natural join. ### Public API