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
DuckDBfunction name.