Check if an attribute is less than a value (<).
<
df.scan('movies', { year: lt(2000) })
An object describing the comparison
The value to be compared to
Generated using TypeDoc
Check if an attribute is less than a value (
<
).Example
Returns
An object describing the comparison