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

Modified Files:
        algebra.mx 
Log Message:

fixed MAL syntax in formerly dead code section that got revived with Sjoerd's
fix replacing (here) bogus @mil in @mal


Index: algebra.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/kernel/algebra.mx,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -d -r1.182 -r1.183
--- algebra.mx  13 Sep 2007 13:45:11 -0000      1.182
+++ algebra.mx  13 Sep 2007 19:37:19 -0000      1.183
@@ -606,7 +606,7 @@
 @- Range Split
 @mal
 command rangesplit ( b:bat[:any_1,:any_2], ranges:int ) 
-               :bat[:any_2,bat[:any_1,:any_2]] 
+               :bat[:any_2,:bat] 
 address ALGrangesplit
 comment "Split a BAT on tail column in 'ranges' equally sized consecutive 
                ranges. Returns a recursive BAT, containing the fragments in 
the tail, 
@@ -614,7 +614,7 @@
        range is 'nil'.";
 
 command urangesplit( b:bat[:any_1,:any_2], ranges:int ) 
-               :bat[:any_2,bat[:any_1,:oid]] 
+               :bat[:any_2,:bat] 
 address ALGurangesplit
 comment "Same as rangesplit, but only collect the head values in the 
fragments" ;
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to