pub static FUNCTIONS: LazyLock<Vec<FunctionInfo>>Expand description
All documented Materialize SQL functions, sorted alphabetically by name.
Merged across pg_catalog, mz_catalog, information_schema, and
mz_internal. When the same name appears in multiple registries,
overloads are appended and the first-seen kind is retained (name
collisions across registries with different kinds are not expected in
practice).