Skip to main content

array_prepend

Function array_prepend 

Source
pub fn array_prepend(array: &Column, elem: &Column) -> Column
Expand description

Prepend element to start of list (PySpark array_prepend).