between {SparkR} | R Documentation |
Test if the column is between the lower bound and upper bound, inclusive.
between(x, bounds)
## S4 method for signature 'Column'
between(x, bounds)
x |
a Column |
bounds |
lower and upper bounds |
between since 1.5.0
Other column_func:
alias()
,
cast()
,
endsWith()
,
otherwise()
,
over()
,
startsWith()
,
substr()