Function mz_sql::plan::statement::scl::describe_declare

source ยท
pub fn describe_declare(
    scx: &StatementContext<'_>,
    _: DeclareStatement<Aug>,
    param_types_in: &[Option<ScalarType>],
) -> Result<StatementDesc, PlanError>