Function spark_connect_core::functions::array_insert

source ยท
pub fn array_insert<T: ToExpr + ToLiteralExpr>(
    col: T,
    pos: T,
    value: T
) -> Column
where Vec<T>: ToVecExpr,