Skip to content

Commit

Permalink
Address comment for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
c21 committed Mar 7, 2021
1 parent 4e5341f commit 4d26e49
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ trait JoinCodegenSupport extends CodegenSupport with BaseJoinExec {
* Generate the (non-equi) condition used to filter joined rows.
* This is used in Inner, Left Semi and Left Anti joins.
*
* @return Variable name for row of build side.
* Generated code for condition.
* Generated code for variables of build side.
* @return Tuple of variable name for row of build side, generated code for condition,
* and generated code for variables of build side.
*/
protected def getJoinCondition(
ctx: CodegenContext,
Expand Down

0 comments on commit 4d26e49

Please sign in to comment.