Skip to main content

unnest_to_explode

Function unnest_to_explode 

Source
pub fn unnest_to_explode(expr: Expression) -> Result<Expression>
Expand description

Convert UNNEST to EXPLODE (for Spark/Hive compatibility)

UNNEST is standard SQL but Spark uses EXPLODE instead.