Skip to main content

Module functions

Module functions 

Source
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§

FunctionInfo
Metadata about a single SQL function, collapsing all overloads for a name.

Enums§

FunctionKind
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).