bitwiseNOT {SparkR}R Documentation

bitwiseNOT

Description

Computes bitwise NOT.

Usage

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

bitwiseNOT(x)

See Also

Other normal_funcs: abs; expr, expr; greatest, greatest; ifelse; isNaN, isNaN; least, least; lit, lit; nanvl, nanvl; negate, negate; randn, randn, randn; rand, rand, rand; when

Examples

## Not run: bitwiseNOT(df$c)

[Package SparkR version 1.5.1 Index]