• Check if an attribute begins with a particular substring (begins_with function).

    Example

    df.scan('movies', { movie: begins_with('The ') })
    

    Returns

    An object describing the comparison

    Parameters

    • value: any

      The value to be compared to

    Returns FunctionComparison

Generated using TypeDoc