Update of /cvsroot/monetdb/MonetDB4/tests/Availability/Tests
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15291/tests/Availability/Tests

Modified Files:
        01_Modules_static.stable.out 
Log Message:
because of the anti-select the BAT_select_ interface changed
added mel commands for antiuselect


Index: 01_Modules_static.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/MonetDB4/tests/Availability/Tests/01_Modules_static.stable.out,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- 01_Modules_static.stable.out        12 Feb 2008 18:46:16 -0000      1.11
+++ 01_Modules_static.stable.out        6 Mar 2008 08:29:22 -0000       1.12
@@ -46,12 +46,12 @@
 }
 
 Fnts.count().print();
-[ 1036 ]
+[ 1038 ]
 Fnts.reverse().sort().reverse()@batloop() {
        FnameS.insert($h,Fname.find($h));
 }
 FnameS.count().print();
-[ 1036 ]
+[ 1038 ]
 
 var All:=0;
 
@@ -156,13 +156,15 @@
 
 Module: "algebra"
 
-[ 153 ]
-#-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------#
+[ 155 ]
+#-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------#
 # function             type            signature                               
                                                help                            
                                                                                
                                                                                
                                                                                
                                                                                
          # name
 # str          str             str                                             
                                        str                                     
                                                                                
                                                                                
                                                                                
                                                                                
  # type
 
#-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------#
 [ "ADDHELP",     "PROC:      ",  "ADDHELP(str, str, str, str, str) : void",    
                                          "provide helpful info on a command 
(author, date, help-text)."                                                     
                                                                                
                                                                                
                     ]
 [ "antijoin",                    "COMMAND:   ",  "antijoin(BAT[any::1,any::2], 
BAT[any::2,any::4]) : BAT[any::1,any::4]",                        "Returns 
head-value from 'left' and tail-value from 'right'\nfor all BUNs in the cross 
product of 'left' and 'right' that\ndo not satisfy the equality on remaining 
columns."                                                                       
                                                                                
                                                                                
                                                                                
                                                                                
                                            ]
+[ "antiuselect",                 "COMMAND:   ",  
"antiuselect(BAT[any::1,any::2], any::2) : BAT[any::1,void]",                   
"Value antiselect, but returning only the head values.\n SEE ALSO: 
select(bat,val)"                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                             ]
+[ "antiuselect",                 "COMMAND:   ",  
"antiuselect(BAT[any::1,any::2], any::2, any::2, bit, bit) : BAT[any::1,void]", 
"AntiSelect on tail, returning only the head values.\n SEE ALSO: 
select(bat,low,high,l_in,h_in)."                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                               ]
 [ "avg",                         "PROC:      ",  "avg(BAT[any,bte]) : dbl",    
                                                          "Gives the average of 
all tail values."                                                               
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                  ]
 [ "avg",         "PROC:      ",  "avg(BAT[any,dbl]) : dbl",                    
                                          "Gives the average of all tail 
values."                                                                        
                                                                                
                                                                                
                         ]
 [ "avg",         "PROC:      ",  "avg(BAT[any,flt]) : dbl",                    
                                          "Gives the average of all tail 
values."                                                                        
                                                                                
                                                                                
                         ]
@@ -1181,7 +1183,7 @@
 [ "sync",        "COMMAND:   ",  "sync() : bit",                               
                                          "save all persistent BATs"            
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                  ]
 
 All.print();
-[ 1036 ]
+[ 1038 ]
 
 quit();
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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