//! The unified logical-plan IR.
//!
//! TODO(M2): flesh out the full enum per architecture plan ยง6. The shape
//! below is a minimal placeholder that lets the crate compile so dependents
//! (kyma-kql, kyma-exec) can reference the type.
use TableId;
/// Frontend-neutral logical plan. First-class nodes exist for KQL idioms
/// that have no natural SQL analog (`TimeSeries`, `MvExpand`).