Update of /cvsroot/monetdb/MonetDB5/src/optimizer/Tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12961/optimizer/Tests

Modified Files:
        remap.mal 
Log Message:
The primary change is to remap >(bat,cst) into <(bat,cst)
in opt_remap. Took the opportunity to rename a macro


Index: remap.mal
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/optimizer/Tests/remap.mal,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- remap.mal   23 Mar 2007 22:30:36 -0000      1.2
+++ remap.mal   1 Jun 2007 06:48:29 -0000       1.3
@@ -1,6 +1,8 @@
        b:= bat.new(:oid,:int);
 # a correct call
        z:bat[:oid,:int]:= mal.multiplex("calc","+",b,1);
+       f:bat[:oid,:bit]:= mal.multiplex("calc","<",b,3);
+       f:bat[:oid,:bit]:= mal.multiplex("calc","<",3,b);
 
        d:= bat.new(:oid,:str);
        a:bat[:oid,:bit]:= mal.multiplex("calc","isnil",d);


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to