• Check if an attribute is different from a value (<>).

    Example

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

    Returns

    An object describing the comparison

    Parameters

    • value: any

      The value to be compared to

    Returns SimpleComparison

Generated using TypeDoc