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§
- Options for creating a function.
- Output of creating a function.
- UDF implementation descriptor.
- Options for building a UDF runtime.
Enums§
Statics§
- The global registry of UDF implementations.
Traits§
- UDF implementation.
Functions§
- Find a UDF implementation by language.