UDFWrapper16

class UDFWrapper16(udfName: String)

Deprecated

Use new UDF notation

Replace with

UserDefinedFunction16

A wrapper for a UDF with 16 arguments.

Constructors

Link copied to clipboard
constructor(udfName: String)

Functions

Link copied to clipboard
operator fun invoke(param0: Column, param1: Column, param2: Column, param3: Column, param4: Column, param5: Column, param6: Column, param7: Column, param8: Column, param9: Column, param10: Column, param11: Column, param12: Column, param13: Column, param14: Column, param15: Column): Column

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