Skip to main content

Module registry

Module registry 

Source
Expand description

Built-in function registry for SQL planning.

Tracks known functions, their categories, and whether they trigger special engine routing (e.g., vector_distance → VectorSearch).

Structs§

FunctionMeta
Metadata about a known function.
FunctionRegistry
The function registry.

Enums§

FunctionCategory
Function category.
SearchTrigger
Whether a function triggers special engine routing.