powered by
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.
least(x, ...)# S4 method for Column least(x, ...)
# S4 method for Column least(x, ...)
Column to compute on
other columns
Other normal_funcs: abs, bitwiseNOT, coalesce, column, expr, greatest, ifelse, isnan, lit, nanvl, negate, randn, rand, struct, when
abs
bitwiseNOT
coalesce
column
expr
greatest
ifelse
isnan
lit
nanvl
negate
randn
rand
struct
when
# NOT RUN { least(df$c, df$d) # }
Run the code above in your browser using DataLab