Skip to main content

Module sql

Module sql 

Source

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§

SQLCommand

Functions§

process_command
Performs initial parsing of SQL Statement using sqlparser-rs