Function polars_lazy::dsl::functions::rolling_cov

pub fn rolling_cov(x: Expr, y: Expr, options: RollingCovOptions) -> Expr
Available on crate feature rolling_window only.