icydb-core 0.144.13

IcyDB — A schema-first typed query engine and persistence runtime for Internet Computer canisters
Documentation
1
2
3
4
5
6
7
8
//! Module: index::scan
//! Responsibility: raw-range index store traversal.
//! Does not own: cursor continuation, executor metrics, predicate execution, or row decoding.
//! Boundary: executor/query range readers wrap this layer with runtime policy.

mod raw;
#[cfg(test)]
mod tests;