Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
covar_samp in datafusion::functions_aggregate::expr_fn - Rust
[go: Go Back, main page]

Function datafusion::functions_aggregate::expr_fn::covar_samp

source ยท
pub fn covar_samp(
    y: Expr,
    x: Expr,
    distinct: bool,
    filter: Option<Box<Expr>>,
    order_by: Option<Vec<Expr>>,
    null_treatment: Option<NullTreatment>
) -> Expr
Expand description

Computes the sample covariance.