fn infer_join_predicates(
join: &Join,
predicates: &[Expr],
on_filters: &[Expr],
) -> Result<Vec<Expr>>Expand description
Extracts any equi-join join predicates from the given filter expressions.
Parameters
-
jointhe join in question -
predicatesthe pushed down filter expression -
on_filtersfilters from the join ON clause that have not already been identified as join predicates