Create o.a.s.sql.expressions.LambdaFunction corresponding to transformation described by func. Used by higher order functions.
create_lambda(fun)
fun
R function (unary, binary or ternary) that transforms Columns into a Column
function
Columns
Column
JVM LambdaFunction object
LambdaFunction