Changeset: 11354be3ef0d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=11354be3ef0d
Modified Files:
gdk/gdk_firstn.c
Branch: Jul2015
Log Message:
added missing oneline implementation for firstn for type dbl
diffs (11 lines):
diff --git a/gdk/gdk_firstn.c b/gdk/gdk_firstn.c
--- a/gdk/gdk_firstn.c
+++ b/gdk/gdk_firstn.c
@@ -518,6 +518,7 @@ BATfirstn_unique_with_groups(BAT *b, BAT
shuffle_unique_with_groups(flt, GT);
break;
case TYPE_dbl:
+ shuffle_unique_with_groups(dbl, GT);
break;
default:
heapify(GTanygrp, SWAP2);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list