UserDefinedFunction2
open class UserDefinedFunction2<T1, T2, R>( val udf: UserDefinedFunction, val encoder: Encoder<R>) : UserDefinedFunction<R, NamedUserDefinedFunction2<T1, T2, R>>
Instance of a UDF with 2 arguments. This UDF can be invoked with (typed) columns in a Dataset.select or selectTyped call. Alternatively it can be registered for SQL calls using register.
See also
Inheritors
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Returns an expression that invokes the UDF in untyped manner, using the given arguments.