icydb-core 0.190.5

IcyDB — A schema-first typed query engine and persistence runtime for Internet Computer canisters
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Module: db::query::intent::tests
//! Covers query-intent builder, planning, and explain-facing invariants.
//! Does not own: shared fixtures and helper contracts for the topical suites.
//! Boundary: wires the owner `tests/` suite and imports shared support.

mod cache_key;
#[cfg(feature = "sql")]
mod explain;
#[cfg(feature = "sql")]
mod filter_expr;
#[cfg(feature = "sql")]
mod grouped;
mod scalar;
mod support;
mod verbose;