Returns an expression that invokes the UDF, using the given arguments.
Returns an expression that invokes the UDF, using the given arguments.
1.3.0
Updates UserDefinedFunction to non-nullable.
Updates UserDefinedFunction to non-nullable.
2.3.0
Updates UserDefinedFunction to nondeterministic.
Updates UserDefinedFunction to nondeterministic.
2.3.0
Returns true iff the UDF is deterministic, i.e.
Returns true iff the UDF is deterministic, i.e. the UDF produces the same output given the same input.
2.3.0
Returns true when the UDF can return a nullable value.
Returns true when the UDF can return a nullable value.
2.3.0
Updates UserDefinedFunction with a given name.
Updates UserDefinedFunction with a given name.
2.3.0
A user-defined function. To create one, use the
udf
functions infunctions
.As an example:
1.3.0