UDFWrapper0

class UDFWrapper0(udfName: String)

Deprecated

Use new UDF notation

Replace with

UserDefinedFunction0

A wrapper for a UDF with 0 arguments.

Constructors

Link copied to clipboard
constructor(udfName: String)

Functions

Link copied to clipboard
operator fun invoke(): Column

Calls the functions.callUDF for the UDF with the udfName and the given columns.