// SPDX-License-Identifier: BUSL-1.1
//! Query planning context for the Control Plane.
//!
//! Uses nodedb-sql for SQL parsing and planning. The DataFusion session
//! is retained only for the function body validator (CREATE FUNCTION)
//! and procedural executor (PL/pgSQL expression evaluation).
pub use ;
pub use PlanSecurityContext;