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§
- BuildOptions 
- Options for building a UDF runtime.
- CreateFunction Output 
- Output of creating a function.
- CreateOptions 
- Options for creating a function.
- UdfImplDescriptor 
- 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.