least {SparkR}R Documentation

least

Description

Returns the least value of the list of column names, skipping null values. This function takes at least 2 parameters. It will return null iff all parameters are null.

Usage

## S4 method for signature 'Column'
least(x, ...)

least(x, ...)

See Also

Other normal_funcs: abs; bitwiseNOT, bitwiseNOT; expr, expr; greatest, greatest; ifelse; isNaN, isNaN; lit, lit; nanvl, nanvl; negate, negate; randn, randn, randn; rand, rand, rand; when


[Package SparkR version 1.5.1 Index]