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

Function compute_median

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

Computes the median value for the result of the given binary operation on two unknown quantities represented by its Distribution objects. Currently, the median is calculable only for addition and subtraction operations on: