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