bitwiseNOT {SparkR}R Documentation

bitwiseNOT

Description

Computes bitwise NOT.

Usage

bitwiseNOT(x)

## S4 method for signature 'Column'
bitwiseNOT(x)

See Also

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

Examples

## Not run: bitwiseNOT(df$c)

[Package SparkR version 2.0.0 Index]