• Check if an attribute is greater than or equal to a value (>=).

    Example

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

    Returns

    An object describing the comparison

    Parameters

    • value: any

      The value to be compared to

    Returns SimpleComparison

Generated using TypeDoc