• Check if an attribute is equal to any value in the list (IN).

    Example

    df.scan('movies', { genre: inList('terror', 'comedy') })
    

    Returns

    An object describing the comparison

    Parameters

    • value: any

      The list of values to be searched

    Returns InComparison

Generated using TypeDoc