Function datafusion_expr::expr_fn::array_prepend
source · pub fn array_prepend(array: Expr, element: Expr) -> Expr
Expand description
prepends an element to the beginning of an array.
pub fn array_prepend(array: Expr, element: Expr) -> Expr
prepends an element to the beginning of an array.