Function attribute_not_exists

  • Check if the item does not contain this attribute (attribute_not_exists function).

    Example

    df.scan('movies', { rating: attribute_not_exists() })
    

    Returns

    An object describing the comparison

    Returns FunctionComparison

Generated using TypeDoc