Function sql::plan::describe[][src]

pub fn describe(
    pcx: &PlanContext,
    catalog: &dyn SessionCatalog,
    stmt: Statement<Raw>,
    param_types_in: &[Option<Type>]
) -> Result<StatementDesc, Error>
Expand description

Creates a description of the purified statement stmt.

See the documentation of StatementDesc for details.