Skip to content

Commit d3086b8

Browse files
committed
Fix cargo docs?
1 parent 684c8dd commit d3086b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • datafusion/physical-plan/src/joins/semi_anti_sort_merge_join

datafusion/physical-plan/src/joins/semi_anti_sort_merge_join/stream.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
//!
2323
//! # Motivation
2424
//!
25-
//! The general-purpose [`SortMergeJoinStream`](crate::joins::sort_merge_join::SortMergeJoinStream)
25+
//! The general-purpose `SortMergeJoinStream`
2626
//! handles semi/anti joins by materializing `(outer, inner)` row pairs,
2727
//! applying a filter, then using a "corrected filter mask" to deduplicate.
2828
//! Semi/anti joins only need a boolean per outer row (does a match exist?),

0 commit comments

Comments
 (0)