Skip to contents

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

Note

between since 1.5.0

See also

Other column_func: alias(), cast(), endsWith(), otherwise(), over(), startsWith(), substr()