//! Domain expansion module — cross-domain transfer learning for PostgreSQL.
use DashMap;
use RwLock;
use DomainExpansionEngine;
use Arc;
/// Global domain expansion engine state.
static DOMAIN_ENGINES: Lazy =
new;
/// Get or create a DomainExpansionEngine for a given context.