SparkR (version 2.1.2)

between: between

Description

Test if the column is between the lower bound and upper bound, inclusive.

Usage

between(x, bounds)

# S4 method for Column between(x, bounds)

Arguments

x

a Column

bounds

lower and upper bounds

See Also

Other colum_func: alias, cast, endsWith, otherwise, over, startsWith, substr