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