spark_connect_rs::functions

Function regr_count

Source
pub fn regr_count(y: impl Into<Column>, x: impl Into<Column>) -> Column
Expand description

Returns the number of non-null number pairs in a group, where y is the dependent variable and x is the independent variable.