Function datafusion_expr::expr_fn::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.