Function datafusion::prelude::trim_array

source ·
pub fn trim_array(array: Expr, n: Expr) -> Expr
Expand description

removes the last n elements from the array.