Expand description
Metadata of expressions.
Modules§
- udf 🔒UDF implementation interface.
Structs§
- Options for creating a function.
- Output of creating a function.
- A function signature.
- A set of function signatures.
- UDF implementation descriptor.
- Options for building a UDF runtime.
Enums§
- An extended data type that can be used to declare a function’s argument or result type.
Statics§
- A static distributed slice of functions defined by
#[function]
. - The global registry of all function signatures.
- The global registry of UDF implementations.
Traits§
- UDF implementation.
Functions§
- Find a UDF implementation by language.