Changeset: 5414b209d47c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/5414b209d47c Modified Files: gdk/gdk_join.c Branch: Mar2025 Log Message:
Finish the sentence. diffs (14 lines): diff --git a/gdk/gdk_join.c b/gdk/gdk_join.c --- a/gdk/gdk_join.c +++ b/gdk/gdk_join.c @@ -4083,7 +4083,9 @@ bitmaskjoin(BAT *l, BAT *r, } /* Make the implementation choices for various left joins. - * If r3p is set, this is a "mark join" and *r3p will be a third return value containing a bat with type msk with a bit set for each + * If r3p is set, this is a "mark join" and *r3p will be a third return + * value containing a bat with type bit that returns the "certainty" of + * the match (see BATmarkjoin). * nil_matches: nil is an ordinary value that can match; * nil_on_miss: outer join: fill in a nil value in case of no match; * semi: semi join: return one of potentially more than one matches; _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
