fn estimate_disjoint_inputs(
left_stats: &Statistics,
right_stats: &Statistics,
) -> Option<Precision<usize>>Expand description
Estimates if inputs are non-overlapping, using input statistics. If inputs are disjoint, returns zero estimation, otherwise returns None