Function datafusion_functions_array::extract::array_slice
source ยท pub fn array_slice(array: Expr, begin: Expr, end: Expr, stride: Expr) -> ExprExpand description
returns a slice of the array.
pub fn array_slice(array: Expr, begin: Expr, end: Expr, stride: Expr) -> Exprreturns a slice of the array.