datafusion
datafusion copied to clipboard
doc: Add comments to clarify algorithm for `MarkJoin`s
Which issue does this PR close?
- Closes #16415.
Rationale for this change
The algorithm that is used for mark joins in calculate_indices_by_join_type might be confusing for newer contributors so we should add a comment to clarify.
What changes are included in this PR?
Added comments with an example to explain how the algorithm works.