pub(crate) fn estimate_join_statistics(
left_stats: Statistics,
right_stats: Statistics,
on: JoinOn,
join_type: &JoinType,
schema: &Schema,
) -> Result<Statistics>Expand description
Estimate the statistics for the given join’s output.