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
,
from_json
, greatest
,
ifelse
, isnan
,
least
, lit
,
nanvl
, randn
,
rand
, struct
,
to_json
, when
## Not run: negate(df$c)