Skip to content

pyspark_dubber.sql.functions.find_in_set

pyspark_dubber.sql.functions.find_in_set(
    str: str,
    strarray: pyspark_dubber.sql.expr.Expr | str,
)

PySpark API Reference

Incompatibility Note

find_in_set only supports strings as the first argument, not dynamically another column like in pyspark.