// SPDX-License-Identifier: BUSL-1.1
//! Protocol-neutral DDL dispatch result types.
//!
//! These carry no pgwire wire types, so every server entrypoint (native,
//! http) can encode from them without depending on the pgwire `Response`
//! representation.
use crateShapedRows;
/// Protocol-neutral result of a DDL dispatch, encoded per-entrypoint.
/// Protocol-neutral DDL error: ANSI SQLSTATE + message (both entrypoints
/// encode from this).