Check if an attribute is equal to any value in the list (IN).
IN
df.scan('movies', { genre: inList('terror', 'comedy') })
An object describing the comparison
The list of values to be searched
Generated using TypeDoc
Check if an attribute is equal to any value in the list (
IN
).Example
Returns
An object describing the comparison