Modules§
- db
- executor
- Query executors — evaluate parsed SQL statements against the in-memory storage and produce formatted output.
- hnsw
- HNSW (Hierarchical Navigable Small World) approximate-nearest-neighbor index. Pure algorithm; no SQL integration in this module.
- pager
- On-disk persistence for a
Database, using fixed-size paged files. - parser
Enums§
Functions§
- process_
command - Performs initial parsing of SQL Statement using sqlparser-rs