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