NamedUserDefinedFunction0
class NamedUserDefinedFunction0<R>( val name: String, udf: UserDefinedFunction, encoder: Encoder<R>) : UserDefinedFunction0<R> , NamedUserDefinedFunction<R, NamedUserDefinedFunction0<R>>
Instance of a UDF with 0 arguments with name. 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
Properties
Functions
Link copied to clipboard
Converts this UserDefinedFunction to a NamedUserDefinedFunction.
Link copied to clipboard
Returns an expression that invokes the UDF in untyped manner, using the given arguments.
Link copied to clipboard
Converts this UserDefinedFunction to a NamedUserDefinedFunction.