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