Expand description
Registry of Materialize SQL functions for LSP completion and hover.
Built at first use from the canonical builtin registries in
mz_sql::func so every overload the planner supports is automatically
discoverable. Descriptions are not sourced from upstream — the LSP only
shows kind, name, and synthesized signature strings.
Structs§
- Function
Info - Metadata about a single SQL function, collapsing all overloads for a name.
Enums§
- Function
Kind - The kind of a SQL function.
Statics§
- FUNCTIONS
- All documented Materialize SQL functions, sorted alphabetically by name.
Functions§
- lookup
- Look up a function by exact name (case-insensitive).
- search_
prefix - Return all functions whose name starts with the given prefix (case-insensitive).