Structs§
- Build
Options - Options for building a UDF runtime.
- Create
Function Output - Output of creating a function.
- Create
Options - Options for creating a function.
- Func
Sign - A function signature.
- Function
Registry - A set of function signatures.
- Schema
Catalog - UdfImpl
Descriptor - UDF implementation descriptor.
Enums§
- Func
Builder - Func
Name - SigData
Type - An extended data type that can be used to declare a function’s argument or result type.
- UdfKind
Statics§
- FUNCTIONS
- A static distributed slice of functions defined by
#[function]
. - FUNCTION_
REGISTRY - The global registry of all function signatures.
- UDF_
IMPLS - The global registry of UDF implementations.
Traits§
- UdfImpl
- UDF implementation.
Functions§
- find_
udf_ impl - Find a UDF implementation by language.