Module datafusion_physical_expr::udf
source · Expand description
UDF support
Structs§
- Logical representation of a Scalar User Defined Function.
Functions§
- Create a physical expression of the UDF. This function errors when
args
’ can’t be coerced to a valid argument type of the UDF.