Built-in Spark Generator Functions
INFO
Unless otherwise specified, the functions listed here are available in both PySpark (the pyspark.sql.functions module) and Spark SQL.
| Function | Supported | Note |
|---|---|---|
explode | ✅ | |
explode_outer | ✅ | |
inline | ✅ | |
inline_outer | ✅ | |
posexplode | ✅ | |
posexplode_outer | ✅ | |
stack | ✅ |
