icydb-core 0.68.3

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
12
//! Module: db::executor::pipeline
//! Responsibility: execution pipeline orchestration boundaries shared by load entrypoints.
//! Does not own: scan-route execution details or terminal page shaping.
//! Boundary: owns pipeline-phase execution modules and compatibility export points.

pub(super) mod contracts;
pub(super) mod entrypoints;
pub(super) mod grouped_runtime;
pub(super) mod operators;
pub(super) mod orchestrator;
pub(super) mod runtime;
pub(super) mod timing;