// SPDX-License-Identifier: BUSL-1.1
//! Protocol-neutral function DDL — CREATE / DROP / ALTER / SHOW, plus WASM
//! scalar and aggregate function creation.
pub use alter_function;
pub use create_function;
pub use drop_function;
pub use show_functions;
pub use create_wasm_aggregate;
pub use create_wasm_function;