WIP
This commit is contained in:
parent
228a88d999
commit
0b89e64773
@ -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.
|
||||
|
||||

|
||||
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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user