SparkR (version 2.1.2)

bitwiseNOT: bitwiseNOT

Description

Computes bitwise NOT.

Usage

bitwiseNOT(x)

# S4 method for Column bitwiseNOT(x)

Arguments

x

Column to compute on.

See Also

Other normal_funcs: abs, coalesce, column, expr, greatest, ifelse, isnan, least, lit, nanvl, negate, randn, rand, struct, when

Examples

Run this code
# NOT RUN {
bitwiseNOT(df$c)
# }

Run the code above in your browser using DataCamp Workspace