greatest {SparkR}R Documentation

greatest

Description

Returns the greatest 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'
greatest(x, ...)

greatest(x, ...)

See Also

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


[Package SparkR version 1.5.1 Index]