Skip to main content

parse_function_with_catalog

Function parse_function_with_catalog 

Source
pub fn parse_function_with_catalog(
    def: &CreateFunction,
    catalog: &PlpgsqlCatalog,
) -> Result<PLpgSQLFunction>
Expand description

Parse a stored routine using the engine’s catalog type snapshot.