create_lambda {SparkR}R Documentation

Create o.a.s.sql.expressions.LambdaFunction corresponding to transformation described by func. Used by higher order functions.

Description

Create o.a.s.sql.expressions.LambdaFunction corresponding to transformation described by func. Used by higher order functions.

Usage

create_lambda(fun)

Arguments

fun

R function (unary, binary or ternary) that transforms Columns into a Column

Value

JVM LambdaFunction object


[Package SparkR version 3.1.2 Index]