negate {SparkR} | R Documentation |
Unary minus, i.e. negate the expression.
negate(x) ## S4 method for signature 'Column' negate(x)
x |
Column to compute on. |
negate since 1.5.0
Other normal_funcs: abs
,
bitwiseNOT
, coalesce
,
column
, expr
,
greatest
, ifelse
,
isnan
, least
,
lit
, nanvl
,
randn
, rand
,
struct
, when
## Not run: negate(df$c)