Changeset: e0f8c089902b for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e0f8c089902b
Modified Files:
monetdb5/modules/kernel/algebra.mal
Branch: in-value-list
Log Message:
Fix mal signature.
diffs (12 lines):
diff --git a/monetdb5/modules/kernel/algebra.mal
b/monetdb5/modules/kernel/algebra.mal
--- a/monetdb5/modules/kernel/algebra.mal
+++ b/monetdb5/modules/kernel/algebra.mal
@@ -179,7 +179,7 @@ comment "Returns 2 columns with all BUNs
from 'left' and 'right' for which there are BUNs in 'left'
and 'right' with equal tails";
-command
join(l:bat[:any_1],r:bat[:any_1],sl:bat[:oid],sr:bat[:oid],p:bit,estimate:lng)
(:bat[:oid],:bat[:oid])
+command
join(l:bat[:any_1],r:bat[:any_1],sl:bat[:oid],sr:bat[:oid],nil_matches:bit,estimate:lng)
(:bat[:oid],:bat[:oid])
address ALGjoin
comment "Join";
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list