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 if all parameters are null.

Usage

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

least(x, ...)

See Also

Other normal_funcs: abs; bitwiseNOT, bitwiseNOT; col, column, column; expr, expr; greatest, greatest; ifelse; is.nan, isnan, isnan; lit, lit; nanvl, nanvl; negate, negate; randn, randn, randn; rand, rand, rand; struct, struct; when

Examples

## Not run: least(df$c, df$d)

[Package SparkR version 1.6.1 Index]