between {SparkR}R Documentation

between

Description

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

Usage

between(x, bounds)

## S4 method for signature 'Column'
between(x, bounds)

Arguments

x

a Column

bounds

lower and upper bounds

Note

between since 1.5.0

See Also

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


[Package SparkR version 2.4.7 Index]