between {SparkR}R Documentation

between

Description

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

Usage

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

between(x, bounds)

Arguments

x

a Column

bounds

lower and upper bounds

Note

between since 1.5.0

See Also

Other colum_func: alias, alias,Column-method; cast, cast, cast,Column-method; endsWith, endsWith, endsWith,Column-method; otherwise, otherwise, otherwise,Column-method; over, over, over,Column,WindowSpec-method; startsWith, startsWith, startsWith,Column-method; substr, substr,Column-method


[Package SparkR version 2.1.0 Index]