Changeset: 0f18fdbe64e5 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0f18fdbe64e5
Modified Files:
gdk/gdk_firstn.c
Branch: viewless
Log Message:
BATslice here is needed for now
diffs (12 lines):
diff --git a/gdk/gdk_firstn.c b/gdk/gdk_firstn.c
--- a/gdk/gdk_firstn.c
+++ b/gdk/gdk_firstn.c
@@ -374,7 +374,7 @@ BATfirstn_unique_with_groups(BAT *b, BAT
if (BATtdense(g)) {
/* trivial: g determines ordering, return initial
* slice of s */
- return CANDslice(s, 0, n);
+ return BATslice(s, 0, n);
}
CANDINIT(b, s, start, end, cnt, cand, candend);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list