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.