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