Changeset: da63198b3e0f for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=da63198b3e0f
Modified Files:
        monetdb5/modules/mal/mkey.mal
Branch: DVframework
Log Message:

mkey bug fixed: now applies the bulk version of the mkey.hash.


diffs (12 lines):

diff --git a/monetdb5/modules/mal/mkey.mal b/monetdb5/modules/mal/mkey.mal
--- a/monetdb5/modules/mal/mkey.mal
+++ b/monetdb5/modules/mal/mkey.mal
@@ -70,3 +70,8 @@ address MKEYbulk_rotate_xor_hash
 comment "pre:  h and b should be synced on head
          post: [:xor=]([:rotate=](h, nbits), [hash](b))";
 
+module batmkey;
+
+command hash( b:bat[:oid,:any_1] ) :bat[:oid,:wrd]
+address MKEYbathash
+comment "calculate a hash value";
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to