Function datafusion_functions_nested::concat::array_prepend
source ยท pub fn array_prepend(element: Expr, array: Expr) -> Expr
Expand description
Prepends an element to the beginning of an array.
pub fn array_prepend(element: Expr, array: Expr) -> Expr
Prepends an element to the beginning of an array.