UDFWrapper2

class UDFWrapper2(udfName: String)

A wrapper for a UDF with 2 arguments.

Constructors

Link copied to clipboard
fun UDFWrapper2(udfName: String)

Functions

Link copied to clipboard
operator fun invoke(param0: <Error class: unknown class>, param1: <Error class: unknown class>): <Error class: unknown class>

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