Changeset: 9c4fe80f2d18 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9c4fe80f2d18 Modified Files: gdk/gdk_unique.c Branch: linear-hashing Log Message:
Update comment. diffs (17 lines): diff --git a/gdk/gdk_unique.c b/gdk/gdk_unique.c --- a/gdk/gdk_unique.c +++ b/gdk/gdk_unique.c @@ -17,9 +17,10 @@ * "extents" output of BATgroup. The difference is that BATunique * does not return the grouping bat. * - * The inputs must be dense-headed, the first input is the bat from - * which unique rows are selected, the second input is a list of - * candidates. + * The first input is the bat from which unique rows are selected, the + * second input is an optional candidate list. + * + * The return value is a candidate list. */ BAT * BATunique(BAT *b, BAT *s) _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
