alamb commented on code in PR #5210:
URL: https://github.com/apache/arrow-datafusion/pull/5210#discussion_r1100529037


##########
docs/source/user-guide/dataframe.md:
##########
@@ -68,6 +68,7 @@ execution. The plan is evaluated (executed) when an action 
method is invoked, su
 | filter              | Filter a DataFrame to only include rows that match the 
specified filter expression.                                                    
    |
 | intersect           | Calculate the intersection of two DataFrames. The two 
DataFrames must have exactly the same schema                                    
     |
 | join                | Join this DataFrame with another DataFrame using the 
specified columns as join keys.                                                 
      |
+| join_on             | Join this DataFrame with another DataFrame using 
arbitrary expressions.                                                          
          |

Review Comment:
   ❤️ 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to