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: