regr_r2
datafusion
50.3.0
In datafusion::
functions_
aggregate::
expr_
fn
datafusion
::
functions_aggregate
::
expr_fn
Function
regr_r2
Copy item path
Source
pub fn regr_r2(expr_y:
Expr
, expr_x:
Expr
) ->
Expr
Expand description
Compute a linear regression of type
RegrType::R2