Check if an attribute is different from a value (<>).
<>
df.scan('movies', { genre: ne('terror') })
An object describing the comparison
The value to be compared to
Generated using TypeDoc
Check if an attribute is different from a value (
<>
).Example
Returns
An object describing the comparison