We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33cb85 commit a0d42edCopy full SHA for a0d42ed
datafusion/core/src/dataframe/mod.rs
@@ -1004,7 +1004,9 @@ impl DataFrame {
1004
///
1005
/// `left_cols` and `right_cols` are used to form "equijoin" predicates (see
1006
/// example below), which are then combined with the optional `filter`
1007
- /// expression.
+ /// expression. If `left_cols` and `right_cols` contain ambiguous column
1008
+ /// references, they will be disambiguated by prioritizing the left relation
1009
+ /// for `left_cols` and the right relation for `right_cols`.
1010
1011
/// Note that in case of outer join, the `filter` is applied to only matched rows.
1012
0 commit comments