otherwise {SparkR}R Documentation

otherwise

Description

If values in the specified column are null, returns the value. Can be used in conjunction with 'when' to specify a default value for expressions.

Usage

## S4 method for signature 'Column'
otherwise(x, value)

See Also

Other colum_func: alias; between; cast; substr


[Package SparkR version 1.5.1 Index]