Skip to main content

Module function_registry

Module function_registry 

Source
Expand description

functions registry

Structs§

FunctionRegistry

Enums§

FunctionRegistrationResult
The result of registering a function.

Statics§

ADMIN_FUNCTION_REGISTRY 🔒
FUNCTION_REGISTRY

Functions§

get_admin_function
Returns a function that is only available to the ADMIN statement executor.
register_admin_function
Register a function that is only available to the ADMIN statement executor.
register_admin_function_in 🔒
Core implementation of register_admin_function against a pair of registries, parameterized so tests can exercise it with local registries.