bitwiseNOT {SparkR}R Documentation

bitwiseNOT

Description

Computes bitwise NOT.

Usage

bitwiseNOT(x)

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

Arguments

x

Column to compute on.

Note

bitwiseNOT since 1.5.0

See Also

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

Examples

## Not run: bitwiseNOT(df$c)

[Package SparkR version 2.2.1 Index]