Function datafusion_physical_plan::joins::utils::check_join_is_valid
source · pub fn check_join_is_valid(
left: &Schema,
right: &Schema,
on: JoinOnRef<'_>,
) -> Result<()>
Expand description
Checks whether the schemas “left” and “right” and columns “on” represent a valid join.
They are valid whenever their columns’ intersection equals the set on