Commit b39f8f1
committed
refactor: simplify presence-check doc and reuse the helper
Drop the explicit intra-doc link reference on `has_matchable_build_rows`: the
inline `[`NullEquality::NullEqualsNothing`]` link resolves on its own since the
type is in scope, so spelling out the path again is redundant.
Also use `has_matchable_build_rows()` for the empty-build-side check in
`HashJoinStream` instead of a raw `map().is_empty()`, keeping the presence
checks consistent. No behavior change.
Signed-off-by: Jiawei Zhao <Phoenix500526@163.com>1 parent 9e05513 commit b39f8f1
2 files changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
246 | | - | |
247 | 245 | | |
248 | 246 | | |
249 | 247 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
779 | 779 | | |
780 | 780 | | |
781 | 781 | | |
782 | | - | |
| 782 | + | |
783 | 783 | | |
784 | 784 | | |
785 | 785 | | |
| |||
0 commit comments