Module datafusion::physical_plan::udf[][src]

UDF support

Structs

ScalarUDF

Logical representation of a UDF.

Functions

create_physical_expr

Create a physical expression of the UDF. This function errors when args’ can’t be coerced to a valid argument type of the UDF.