SparkR (version 2.4.6)

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()