Function datafusion::functions_aggregate::expr_fn::regr_count
source ยท pub fn regr_count(expr_y: Expr, expr_x: Expr) -> Expr
Expand description
Compute a linear regression of type RegrType::Count
pub fn regr_count(expr_y: Expr, expr_x: Expr) -> Expr
Compute a linear regression of type RegrType::Count