Function datafusion_expr::expr_fn::array_pop_back
source · pub fn array_pop_back(array: Expr) -> Expr
Expand description
returns the array without the last element.
pub fn array_pop_back(array: Expr) -> Expr
returns the array without the last element.