Function attribute_type

  • Check if an attribute is of a particular data type (attribute_type function).

    Example

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

    Returns

    An object describing the comparison

    Parameters

    • type: keyof AttributeValue

      The expected type of the attribute

    Returns FunctionComparison

Generated using TypeDoc