Function mz_sql::plan::describe

source ·
pub fn describe(
    pcx: &PlanContext,
    catalog: &dyn SessionCatalog,
    stmt: Statement<Aug>,
    param_types_in: &[Option<ScalarType>]
) -> Result<StatementDesc, PlanError>
Expand description

Creates a description of the purified statement stmt.

See the documentation of StatementDesc for details.