spark_connect_rs::functions

Function array_prepend

Source
pub fn array_prepend(col: impl Into<Column>, value: impl Into<Column>) -> Column
Expand description

Returns an array containing element as well as all elements from array.