Changeset: d8bff5b7448d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d8bff5b7448d
Modified Files:
monetdb5/modules/mal/remote.mx
Branch: default
Log Message:
remote.get: set dense properties for void-typed heads/tails
diffs (17 lines):
diff --git a/monetdb5/modules/mal/remote.mx b/monetdb5/modules/mal/remote.mx
--- a/monetdb5/modules/mal/remote.mx
+++ b/monetdb5/modules/mal/remote.mx
@@ -1354,8 +1354,12 @@
/* the BAT we will return */
b = BATnew(bb.Htype, bb.Ttype, bb.size);
b->hseqbase = bb.Hseqbase;
- if (bb.Ttype == TYPE_void)
+ if (bb.Ttype == TYPE_void) {
b->tseqbase = bb.Tseqbase;
+ b->tdense = 1;
+ }
+ if (bb.Htype == TYPE_void)
+ b->hdense = 1;
b->batCount = bb.size;
/* for strings, the width may not match, fix it to match what we
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list