Changeset: 7b05bb662f3a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7b05bb662f3a
Modified Files:
        monetdb5/modules/kernel/algebra.mx
Branch: Feb2013
Log Message:

fixed type in bandjoin() signature


diffs (12 lines):

diff --git a/monetdb5/modules/kernel/algebra.mx 
b/monetdb5/modules/kernel/algebra.mx
--- a/monetdb5/modules/kernel/algebra.mx
+++ b/monetdb5/modules/kernel/algebra.mx
@@ -570,7 +570,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 bandjoin( outer:bat[:oid,:any_2], inner:bat[:oid,:any_3], minus:any_2 
, plus:any_2, li:bit, hi:bit ) 
+command bandjoin( outer:bat[:oid,:any_2], inner:bat[:oid,:any_2], minus:any_2 
, plus:any_2, li:bit, hi:bit ) 
                (l:bat[:oid,:oid],r:bat[:oid,:oid])
 address ALGbandjoin2
 comment "This is a join() for which the predicate is that two BUNs match 
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to