Check if an attribute is greater than or equal the first value, and less than or equal to the second value (BETWEEN).
BETWEEN
df.scan('movies', { year: between(1995, 2000) })
An object describing the comparison
The first value to be compared to
The second value to be compared to
Generated using TypeDoc
Check if an attribute is greater than or equal the first value, and less than or equal to the second value (
BETWEEN
).Example
Returns
An object describing the comparison