Update of /cvsroot/monetdb/MonetDB5/src/modules/kernel
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4780/kernel

Modified Files:
        algebra.mx 
Log Message:
Added re-organization of big segments.


Index: algebra.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/kernel/algebra.mx,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -d -r1.178 -r1.179
--- algebra.mx  12 Apr 2007 20:54:56 -0000      1.178
+++ algebra.mx  7 Jun 2007 09:34:16 -0000       1.179
@@ -1194,7 +1194,7 @@
 {
        return (*result = @2(b, *param))?GDK_SUCCEED:GDK_FAIL;
 }
[EMAIL PROTECTED]
[EMAIL PROTECTED]
 #define BATtdiff(l,r) BATmirror(BATkdiff(BATmirror(l),BATmirror(r)))
 #define BATtintersect(l,r) BATmirror(BATkintersect(BATmirror(l),BATmirror(r)))
 #define BATtsort(b) BATmirror(BATsort(BATmirror(b)))
@@ -1206,6 +1206,7 @@
 #define BATwcopy(b) BATcopy(b, b->htype, b->ttype, 1)
 #define BATrcopy(b) BATcopy(b, b->htype, b->ttype, 2)
 
[EMAIL PROTECTED]
 @:unary(histogram,BAThistogram)@
 @:unary(histogram_rev,BAThistogram_rev)@
 @:unary(sort,BATsort)@


-------------------------------------------------------------------------
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