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

Modified Files:
        inspect05.stable.out 
Log Message:
approved new bandjoin api


Index: inspect05.stable.out
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/Tests/inspect05.stable.out,v
retrieving revision 1.348
retrieving revision 1.349
diff -u -d -r1.348 -r1.349
--- inspect05.stable.out        27 Dec 2007 19:04:35 -0000      1.348
+++ inspect05.stable.out        30 Dec 2007 18:11:00 -0000      1.349
@@ -2944,7 +2944,8 @@
 [ "xor",                                 "command",      "calc",         
"(left:chr,right:chr):chr ",                                                    
                                        "CALCbinaryXORchrchr;"                  
        ]
 [ "xor",                                 "command",      "calc",         
"(left:bit,right:bit):bit ",                                                    
                                        "CALCbinaryXORbit;"                     
        ]
 [ "antijoin",                            "command",      "algebra",      
"(left:bat[:any_1,:any_2],right:bat[:any_2,:any_4]):bat[:any_1,:any_4] ",       
                                        "ALGantijoin;"                          
        ]
-[ "bandjoin",                            "command",      "algebra",      
"(outer:bat[:any_1,:any_2],inner:bat[:any_2,:any_3],minus:any_2,plus:any_2):bat[:any_1,:any_3]
 ",                       "ALGbandjoin;"                                  ]
+[ "bandjoin",                    "command",      "algebra",      
"(outer:bat[:any_1,:any_2],inner:bat[:any_2,:any_3],minus:any_2,plus:any_2,li:bit,hi:bit):bat[:any_1,:any_3]
 ", "ALGbandjoin;"                                  ]
+[ "bandjoin",                    "command",      "algebra",      
"(outer:bat[:any_1,:any_2],inner:bat[:any_2,:any_3],minus:any_2,plus:any_2):bat[:any_1,:any_3]
 ", "ALGbandjoin_default;"                        ]
 [ "crossproduct",                        "command",      "algebra",      
"(left:bat[:any_1,:any_2],right:bat[:any_3,:any_4]):bat[:any_1,:any_4] ",       
                                        "ALGcross;"                             
        ]
 [ "copy",                                "command",      "algebra",      
"(b:bat[:any_1,:any_2]):bat[:any_1,:any_2] ",                                   
                                        "ALGcopy;"                              
        ]
 [ "difference",                                  "command",      "algebra",    
  "(left:bat[:any_1,:any_2],right:bat[:any_1,:any_2]):bat[:any_1,:any_2] ",     
                                          "ALGsdiff;"                           
          ]


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