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, over, substr


[Package SparkR version 2.0.0 Index]