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
compute_mean in datafusion_expr::statistics - Rust
[go: Go Back, main page]

Function compute_mean

Source
pub fn compute_mean(
    op: &Operator,
    left: &Distribution,
    right: &Distribution,
) -> Result<ScalarValue, DataFusionError>
Expand description

Computes the mean value for the result of the given binary operation on two unknown quantities represented by their Distribution objects.