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