UserDefinedFunctionVararg
open class UserDefinedFunctionVararg<T, R>( val udf: UserDefinedFunction, val encoder: Encoder<R>) : UserDefinedFunction<R, NamedUserDefinedFunctionVararg<T, R>>
Instance of a UDF with vararg arguments of the same type. 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.