icydb-core 0.76.2

IcyDB — A type-safe, embedded ORM and schema system for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! 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 explain;
mod filter_expr;
mod grouped;
mod scalar;
mod support;
mod verbose;