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