File tree Expand file tree Collapse file tree
crates/lance-graph-planner/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,6 +75,14 @@ pub mod cache;
7575// === Internal API (same-binary, zero-serde) ===
7676pub mod api;
7777
78+ // === Temporal epistemology + deinterlacing (query-time) ===
79+ // The deinterlace engine: merges the four asynchronous frames (lance versions,
80+ // SurrealQL `knowable_from`, ractor `V_ref`, cognitive trajectory) into one
81+ // causally-coherent SoA via the HLC clock, and owns the epistemic-mode policy +
82+ // per-row classify. Both deferred axes (cross-server HLC, SPO depends-closure)
83+ // are type-visible with trivial single-server bodies. See module docs.
84+ pub mod temporal;
85+
7886// === Canonical OrchestrationBridge impl (dedup per contract) ===
7987// Implements `lance_graph_contract::orchestration::OrchestrationBridge`
8088// for `PlannerAwareness`. Replaces per-consumer bridge modules. See
You can’t perform that action at this time.
0 commit comments