Function datafusion::functions_array::expr_fn::array_pop_front
source ยท pub fn array_pop_front(array: Expr) -> Expr
Expand description
returns the array without the first element.
pub fn array_pop_front(array: Expr) -> Expr
returns the array without the first element.