Function datafusion::prelude::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.