pub fn array_insert(array: &Column, pos: &Column, elem: &Column) -> Column
Insert element at 1-based position (PySpark array_insert).