Function spark_connect_rs::functions::explode_outer

source ยท
pub fn explode_outer<T>(col: T) -> Column
where T: ToExpr, Vec<T>: ToVecExpr,