Skip to main content

Module function_name

Module function_name 

Source
Expand description

SQL function name validation for DuckDB extensions.

Function names registered with DuckDB should follow safe naming conventions to avoid registration failures or unexpected behavior. This validator enforces conservative rules that are compatible with DuckDB’s internal function catalog.

Functions§

validate_function_name
Validates a DuckDB function name.