Skip to main content

resolve_sql_function_drop_targets

Function resolve_sql_function_drop_targets 

Source
pub fn resolve_sql_function_drop_targets(
    catalog: &dyn RoutineNameCatalog,
    stmt: &DropFunctionStmt,
    registry: &BTreeMap<String, Vec<Arc<SQLUserFunction>>>,
    kind: &'static str,
) -> Result<RoutineDropResolution, SQLError>