alopex-core 0.7.3

Core storage engine for Alopex DB - LSM-tree, columnar storage, and vector index
Documentation
1
2
3
4
5
6
//! Generic SQL execution helpers shared by higher-level SQL crates.

pub mod join;
pub mod spill;
pub mod stream;
pub mod subquery;