pub fn align_tables(
_ctx: &mut ExecutionContext,
_args: &[KindedSlot],
) -> Result<KindedSlot>Expand description
Align multiple datasets.
Migration deferred pending ModuleContext-access architectural
decision (ExecutionContext::get_current_timeframe() not exposed via
&ModuleContext) AND shape-jit cleanup workstream (cross-crate
consumer migration). Phase 1.B body returns a deferred error; the
signature already takes &[KindedSlot] per ADR-006 ยง2.7.5.