spark_connect_rs::functions

Function explode

Source
pub fn explode(col: impl Into<Column>) -> Column
Expand description

Returns a new row for each element in the given array or map.