Expand description
UDF implementation interface.
To support a new language or runtime for UDF, implement the interface in this module.
See expr/impl/src/udf for the implementations.
Structs§
- Build
Options - Options for building a UDF runtime.
- Create
Function Output - Output of creating a function.
- Create
Options - Options for creating a function.
- UdfImpl
Descriptor - UDF implementation descriptor.
Enums§
Statics§
- UDF_
IMPLS - The global registry of UDF implementations.
Traits§
- UdfImpl
- UDF implementation.
Functions§
- find_
udf_ impl - Find a UDF implementation by language.