// SPDX-License-Identifier: BUSL-1.1
//! Protocol-neutral DDL router.
//!
//! [`try_dispatch`] recognizes the migrated families and routes to them; every
//! other statement returns `None` so the transitional pgwire delegation in the
//! parent `super::super::dispatch` handles it.
pub use try_dispatch;