Function datafusion_expr::expr_fn::array_slice
source · pub fn array_slice(array: Expr, offset: Expr, length: Expr) -> Expr
Expand description
returns a slice of the array.
pub fn array_slice(array: Expr, offset: Expr, length: Expr) -> Expr
returns a slice of the array.