Changeset: 8167f88f58b9 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/8167f88f58b9
Modified Files:
gdk/gdk_cand.c
Branch: default
Log Message:
with empty cands and bat we still use the hseq of the candidates
diffs (11 lines):
diff --git a/gdk/gdk_cand.c b/gdk/gdk_cand.c
--- a/gdk/gdk_cand.c
+++ b/gdk/gdk_cand.c
@@ -434,6 +434,7 @@ canditer_init(struct canditer *ci, BAT *
/* candidate list for empty BAT or empty candidate list */
*ci = (struct canditer) {
.tpe = cand_dense,
+ .hseq = s->hseqbase,
.s = s,
};
return 0;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list