• Check if an attribute is less than a value (<).

    Example

    df.scan('movies', { year: lt(2000) })
    

    Returns

    An object describing the comparison

    Parameters

    • value: any

      The value to be compared to

    Returns SimpleComparison

Generated using TypeDoc