Function datafusion_functions_nested::extract::array_slice
source ยท pub fn array_slice(
array: Expr,
begin: Expr,
end: Expr,
stride: Option<Expr>,
) -> Expr
Expand description
returns a slice of the array.
pub fn array_slice(
array: Expr,
begin: Expr,
end: Expr,
stride: Option<Expr>,
) -> Expr
returns a slice of the array.