invoke
operator fun <DsType> invoke( param0: TypedColumn<DsType, T1>, param1: TypedColumn<DsType, T2>, param2: TypedColumn<DsType, T3>, param3: TypedColumn<DsType, T4>): TypedColumn<DsType, R>
Allows this UDF to be called in typed manner using columns in a Dataset.selectTyped call.
See also
typedCol
to create typed columns.
UserDefinedFunction.apply
Returns an expression that invokes the UDF in untyped manner, using the given arguments.
See also
UserDefinedFunction.apply