Function spark_connect_core::functions::explode_outer

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