UDFWrapper5

class UDFWrapper5(udfName: String)

A wrapper for a UDF with 5 arguments.

Constructors

Link copied to clipboard
fun UDFWrapper5(udfName: String)

Functions

Link copied to clipboard
operator fun invoke(    param0: Column,     param1: Column,     param2: Column,     param3: Column,     param4: Column): Column

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