pyspark.sql.functions.
expr
Parses the expression string into the column that it represents
New in version 1.5.0.
Examples
>>> df.select(expr("length(name)")).collect() [Row(length(name)=5), Row(length(name)=3)]
previous
pyspark.sql.functions.expm1
next
pyspark.sql.functions.factorial