Changeset: ca25d23f444a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ca25d23f444a
Removed Files:
        monetdb5/modules/mal/Tests/inspect05.stable.out.Windows
Modified Files:
        monetdb5/modules/mal/Tests/inspect05.mal
        monetdb5/modules/mal/Tests/inspect05.stable.out
Branch: Apr2012
Log Message:

inspect05: reduce impact/maintenance of test

Limit the output only to the "bat" module, such that we are much less
prone to changes in environment/modules loaded.  This way, we still test
the functionality of dumping the signatures, while no longer needing
approval nearly all the time.


diffs (truncated from 10724 to 300 lines):

diff --git a/monetdb5/modules/mal/Tests/inspect05.mal 
b/monetdb5/modules/mal/Tests/inspect05.mal
--- a/monetdb5/modules/mal/Tests/inspect05.mal
+++ b/monetdb5/modules/mal/Tests/inspect05.mal
@@ -1,10 +1,11 @@
 #Illustrate the modules loaded after start
 k:= inspect.getKind();
 m:= inspect.getModule();
+m0:= algebra.select(m, "bat");
 f:= inspect.getFunction();
 f1:= bat.reverse(f);
 f2:= algebra.ssort(f1);
 fs:= bat.reverse(f2);
 s:= inspect.getSignatures();
 a:= inspect.getAddresses();
-io.table(1,fs,k,m,s,a);
+io.table(1,fs,k,m0,s,a);
diff --git a/monetdb5/modules/mal/Tests/inspect05.stable.out 
b/monetdb5/modules/mal/Tests/inspect05.stable.out
--- a/monetdb5/modules/mal/Tests/inspect05.stable.out
+++ b/monetdb5/modules/mal/Tests/inspect05.stable.out
@@ -15,3602 +15,66 @@ function user.main():void;
 #Illustrate the modules loaded after start 
     k := inspect.getKind();
     m := inspect.getModule();
+    m0 := algebra.select(m,"bat");
     f := inspect.getFunction();
     f1 := bat.reverse(f);
     f2 := algebra.ssort(f1);
     fs := bat.reverse(f2);
     s := inspect.getSignatures();
     a := inspect.getAddresses();
-    io.table(1,fs,k,m,s,a);
+    io.table(1,fs,k,m0,s,a);
 end main;
 
#-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------#
 # h                            symbol          symbol           symbol         
                                                                                
                                         symbol                                 
                  # name
 # str                          str             str             str             
                                                                                
                                        str                                     
                  # type
-#-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------#
-[ "!=",                                  "command",      "batcalc",      
"(l:bat[:oid,:str],r:str):bat[:oid,:bit] ",                                     
"STRbatNotEqualCst;"                    ]
-[ "!=",                                  "command",      "batcalc",      
"(l:bat[:oid,:str],r:bat[:oid,:str]):bat[:oid,:bit] ",                          
"STRbatNotEqual;"                       ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:void,:bit],l:bat[:void,:timestamp],r:timestamp):bat[:void,:bit] ",     
"MTIMEaccum_timestamp_cst_NEQ;"         ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:void,:bit],l:bat[:oid,:timestamp],r:timestamp):bat[:oid,:bit] ",       
"MTIMEaccum_timestamp_NEQ_cst;"         ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:void,:bit],l:bat[:void,:timestamp],r:bat[:void,:timestamp]):bat[:void,:bit]
 ", "MTIMEaccum_timestamp_NEQ;"             ]
-[ "!=",                                  "command",      "batcalc",      
"(l:bat[:void,:timestamp],r:timestamp):bat[:void,:bit] ",                       
"MTIMEbat_timestamp_cst_NEQ;"           ]
-[ "!=",                                  "command",      "batcalc",      
"(l:bat[:oid,:timestamp],r:timestamp):bat[:oid,:bit] ",                         
"MTIMEbat_timestamp_NEQ_cst;"           ]
-[ "!=",                                  "command",      "batcalc",      
"(l:bat[:void,:timestamp],r:bat[:void,:timestamp]):bat[:void,:bit] ",           
"MTIMEbat_timestamp_NEQ;"               ]
-[ "!=",                                  "command",      "batcalc",      
"(l:bat[:oid,:timestamp],r:bat[:oid,:timestamp]):bat[:oid,:bit] ",              
"MTIMEbat_timestamp_NEQ;"               ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:void,:bit],l:bat[:void,:daytime],r:daytime):bat[:void,:bit] ",         
"MTIMEaccum_daytime_cst_NEQ;"           ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:void,:bit],l:bat[:oid,:daytime],r:daytime):bat[:oid,:bit] ",           
"MTIMEaccum_daytime_NEQ_cst;"           ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:void,:bit],l:bat[:void,:daytime],r:bat[:void,:daytime]):bat[:void,:bit]
 ", "MTIMEaccum_daytime_NEQ;"           ]
-[ "!=",                                  "command",      "batcalc",      
"(l:bat[:void,:daytime],r:daytime):bat[:void,:bit] ",                           
"MTIMEbat_daytime_cst_NEQ;"             ]
-[ "!=",                                  "command",      "batcalc",      
"(l:bat[:oid,:daytime],r:daytime):bat[:oid,:bit] ",                             
"MTIMEbat_daytime_NEQ_cst;"             ]
-[ "!=",                                  "command",      "batcalc",      
"(l:bat[:void,:daytime],r:bat[:void,:daytime]):bat[:void,:bit] ",               
"MTIMEbat_daytime_NEQ;"                 ]
-[ "!=",                                  "command",      "batcalc",      
"(l:bat[:oid,:daytime],r:bat[:oid,:daytime]):bat[:oid,:bit] ",                  
"MTIMEbat_daytime_NEQ;"                 ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:void,:bit],l:bat[:void,:date],r:date):bat[:void,:bit] ",               
"MTIMEaccum_date_cst_NEQ;"              ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:void,:bit],l:bat[:oid,:date],r:date):bat[:oid,:bit] ",                 
"MTIMEaccum_date_NEQ_cst;"              ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:void,:bit],l:bat[:void,:date],r:bat[:void,:date]):bat[:void,:bit] ",   
"MTIMEaccum_date_NEQ;"                  ]
-[ "!=",                                  "command",      "batcalc",      
"(l:bat[:void,:date],r:date):bat[:void,:bit] ",                                 
"MTIMEbat_date_cst_NEQ;"                ]
-[ "!=",                                  "command",      "batcalc",      
"(l:bat[:oid,:date],r:date):bat[:oid,:bit] ",                                   
"MTIMEbat_date_NEQ_cst;"                ]
-[ "!=",                                  "command",      "batcalc",      
"(l:bat[:void,:date],r:bat[:void,:date]):bat[:void,:bit] ",                     
"MTIMEbat_date_NEQ;"                    ]
-[ "!=",                                  "command",      "batcalc",      
"(l:bat[:oid,:date],r:bat[:oid,:date]):bat[:oid,:bit] ",                        
"MTIMEbat_date_NEQ;"                    ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:any_1,:bit],cst:oid,b:bat[:any_1,:oid]):bat[:any_1,:bit] ",            
"CMDaccum_NEQ_cst_oid;"                 ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:any_1,:bit],b:bat[:any_1,:oid],cst:oid):bat[:any_1,:bit] ",            
"CMDaccum_NEQ_oid_cst;"                 ]
-[ "!=",                                  "command",      "batcalc",      
"(cst:oid,b:bat[:any_1,:oid]):bat[:any_1,:bit] ",                               
"CMD_NEQ_cst_oid;"                      ]
-[ "!=",                                  "command",      "batcalc",      
"(b:bat[:any_1,:oid],cst:oid):bat[:any_1,:bit] ",                               
"CMD_NEQ_oid_cst;"                      ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:any_1,:bit],b:bat[:any_1,:oid],c:bat[:any_1,:oid]):bat[:any_1,:bit] ", 
"CMDaccum_NEQ_oid;"                     ]
-[ "!=",                                  "command",      "batcalc",      
"(b:bat[:any_1,:oid],c:bat[:any_1,:oid]):bat[:any_1,:bit] ",                    
"CMD_NEQ_oid;"                          ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:any_1,:bit],cst:flt,b:bat[:any_1,:flt]):bat[:any_1,:bit] ",            
"CMDaccum_NEQ_cst_flt;"                 ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:any_1,:bit],b:bat[:any_1,:flt],cst:flt):bat[:any_1,:bit] ",            
"CMDaccum_NEQ_flt_cst;"                 ]
-[ "!=",                                  "command",      "batcalc",      
"(cst:flt,b:bat[:any_1,:flt]):bat[:any_1,:bit] ",                               
"CMD_NEQ_cst_flt;"                      ]
-[ "!=",                                  "command",      "batcalc",      
"(b:bat[:any_1,:flt],cst:flt):bat[:any_1,:bit] ",                               
"CMD_NEQ_flt_cst;"                      ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:any_1,:bit],b:bat[:any_1,:flt],c:bat[:any_1,:flt]):bat[:any_1,:bit] ", 
"CMDaccum_NEQ_flt;"                     ]
-[ "!=",                                  "command",      "batcalc",      
"(b:bat[:any_1,:flt],c:bat[:any_1,:flt]):bat[:any_1,:bit] ",                    
"CMD_NEQ_flt;"                          ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:any_1,:bit],cst:dbl,b:bat[:any_1,:dbl]):bat[:any_1,:bit] ",            
"CMDaccum_NEQ_cst_dbl;"                 ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:any_1,:bit],b:bat[:any_1,:dbl],cst:dbl):bat[:any_1,:bit] ",            
"CMDaccum_NEQ_dbl_cst;"                 ]
-[ "!=",                                  "command",      "batcalc",      
"(cst:dbl,b:bat[:any_1,:dbl]):bat[:any_1,:bit] ",                               
"CMD_NEQ_cst_dbl;"                      ]
-[ "!=",                                  "command",      "batcalc",      
"(b:bat[:any_1,:dbl],cst:dbl):bat[:any_1,:bit] ",                               
"CMD_NEQ_dbl_cst;"                      ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:any_1,:bit],b:bat[:any_1,:dbl],c:bat[:any_1,:dbl]):bat[:any_1,:bit] ", 
"CMDaccum_NEQ_dbl;"                     ]
-[ "!=",                                  "command",      "batcalc",      
"(b:bat[:any_1,:dbl],c:bat[:any_1,:dbl]):bat[:any_1,:bit] ",                    
"CMD_NEQ_dbl;"                          ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:any_1,:bit],cst:lng,b:bat[:any_1,:lng]):bat[:any_1,:bit] ",            
"CMDaccum_NEQ_cst_lng;"                 ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:any_1,:bit],b:bat[:any_1,:lng],cst:lng):bat[:any_1,:bit] ",            
"CMDaccum_NEQ_lng_cst;"                 ]
-[ "!=",                                  "command",      "batcalc",      
"(cst:lng,b:bat[:any_1,:lng]):bat[:any_1,:bit] ",                               
"CMD_NEQ_cst_lng;"                      ]
-[ "!=",                                  "command",      "batcalc",      
"(b:bat[:any_1,:lng],cst:lng):bat[:any_1,:bit] ",                               
"CMD_NEQ_lng_cst;"                      ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:any_1,:bit],b:bat[:any_1,:lng],c:bat[:any_1,:lng]):bat[:any_1,:bit] ", 
"CMDaccum_NEQ_lng;"                     ]
-[ "!=",                                  "command",      "batcalc",      
"(b:bat[:any_1,:lng],c:bat[:any_1,:lng]):bat[:any_1,:bit] ",                    
"CMD_NEQ_lng;"                          ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:any_1,:bit],cst:wrd,b:bat[:any_1,:wrd]):bat[:any_1,:bit] ",            
"CMDaccum_NEQ_cst_wrd;"                 ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:any_1,:bit],b:bat[:any_1,:wrd],cst:wrd):bat[:any_1,:bit] ",            
"CMDaccum_NEQ_wrd_cst;"                 ]
-[ "!=",                                  "command",      "batcalc",      
"(cst:wrd,b:bat[:any_1,:wrd]):bat[:any_1,:bit] ",                               
"CMD_NEQ_cst_wrd;"                      ]
-[ "!=",                                  "command",      "batcalc",      
"(b:bat[:any_1,:wrd],cst:wrd):bat[:any_1,:bit] ",                               
"CMD_NEQ_wrd_cst;"                      ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:any_1,:bit],b:bat[:any_1,:wrd],c:bat[:any_1,:wrd]):bat[:any_1,:bit] ", 
"CMDaccum_NEQ_wrd;"                     ]
-[ "!=",                                  "command",      "batcalc",      
"(b:bat[:any_1,:wrd],c:bat[:any_1,:wrd]):bat[:any_1,:bit] ",                    
"CMD_NEQ_wrd;"                          ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:any_1,:bit],cst:int,b:bat[:any_1,:int]):bat[:any_1,:bit] ",            
"CMDaccum_NEQ_cst_int;"                 ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:any_1,:bit],b:bat[:any_1,:int],cst:int):bat[:any_1,:bit] ",            
"CMDaccum_NEQ_int_cst;"                 ]
-[ "!=",                                  "command",      "batcalc",      
"(cst:int,b:bat[:any_1,:int]):bat[:any_1,:bit] ",                               
"CMD_NEQ_cst_int;"                      ]
-[ "!=",                                  "command",      "batcalc",      
"(b:bat[:any_1,:int],cst:int):bat[:any_1,:bit] ",                               
"CMD_NEQ_int_cst;"                      ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:any_1,:bit],b:bat[:any_1,:int],c:bat[:any_1,:int]):bat[:any_1,:bit] ", 
"CMDaccum_NEQ_int;"                     ]
-[ "!=",                                  "command",      "batcalc",      
"(b:bat[:any_1,:int],c:bat[:any_1,:int]):bat[:any_1,:bit] ",                    
"CMD_NEQ_int;"                          ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:any_1,:bit],cst:sht,b:bat[:any_1,:sht]):bat[:any_1,:bit] ",            
"CMDaccum_NEQ_cst_sht;"                 ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:any_1,:bit],b:bat[:any_1,:sht],cst:sht):bat[:any_1,:bit] ",            
"CMDaccum_NEQ_sht_cst;"                 ]
-[ "!=",                                  "command",      "batcalc",      
"(cst:sht,b:bat[:any_1,:sht]):bat[:any_1,:bit] ",                               
"CMD_NEQ_cst_sht;"                      ]
-[ "!=",                                  "command",      "batcalc",      
"(b:bat[:any_1,:sht],cst:sht):bat[:any_1,:bit] ",                               
"CMD_NEQ_sht_cst;"                      ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:any_1,:bit],b:bat[:any_1,:sht],c:bat[:any_1,:sht]):bat[:any_1,:bit] ", 
"CMDaccum_NEQ_sht;"                     ]
-[ "!=",                                  "command",      "batcalc",      
"(b:bat[:any_1,:sht],c:bat[:any_1,:sht]):bat[:any_1,:bit] ",                    
"CMD_NEQ_sht;"                          ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:any_1,:bit],cst:bte,b:bat[:any_1,:bte]):bat[:any_1,:bit] ",            
"CMDaccum_NEQ_cst_bte;"                 ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:any_1,:bit],b:bat[:any_1,:bte],cst:bte):bat[:any_1,:bit] ",            
"CMDaccum_NEQ_bte_cst;"                 ]
-[ "!=",                                  "command",      "batcalc",      
"(cst:bte,b:bat[:any_1,:bte]):bat[:any_1,:bit] ",                               
"CMD_NEQ_cst_bte;"                      ]
-[ "!=",                                  "command",      "batcalc",      
"(b:bat[:any_1,:bte],cst:bte):bat[:any_1,:bit] ",                               
"CMD_NEQ_bte_cst;"                      ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:any_1,:bit],b:bat[:any_1,:bte],c:bat[:any_1,:bte]):bat[:any_1,:bit] ", 
"CMDaccum_NEQ_bte;"                     ]
-[ "!=",                                  "command",      "batcalc",      
"(b:bat[:any_1,:bte],c:bat[:any_1,:bte]):bat[:any_1,:bit] ",                    
"CMD_NEQ_bte;"                          ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:any_1,:bit],cst:bit,b:bat[:any_1,:bit]):bat[:any_1,:bit] ",            
"CMDaccum_NEQ_cst_bit;"                 ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:any_1,:bit],b:bat[:any_1,:bit],cst:bit):bat[:any_1,:bit] ",            
"CMDaccum_NEQ_bit_cst;"                 ]
-[ "!=",                                  "command",      "batcalc",      
"(cst:bit,b:bat[:any_1,:bit]):bat[:any_1,:bit] ",                               
"CMD_NEQ_cst_bit;"                      ]
-[ "!=",                                  "command",      "batcalc",      
"(b:bat[:any_1,:bit],cst:bit):bat[:any_1,:bit] ",                               
"CMD_NEQ_bit_cst;"                      ]
-[ "!=",                                  "command",      "batcalc",      
"(a:bat[:any_1,:bit],b:bat[:any_1,:bit],c:bat[:any_1,:bit]):bat[:any_1,:bit] ", 
"CMDaccum_NEQ_bit;"                     ]
-[ "!=",                                  "command",      "batcalc",      
"(b:bat[:any_1,:bit],c:bat[:any_1,:bit]):bat[:any_1,:bit] ",                    
"CMD_NEQ_bit;"                          ]
-[ "!=",                                  "command",      "inet",         
"(v:inet,w:inet):bit ",                                                         
"INET_comp_NEQ;"                        ]
-[ "!=",                                  "command",      "date",         
"(v:date,w:date):bit ",                                                         
"MTIMEdate_NEQ;"                        ]
-[ "!=",                                  "command",      "timestamp",    
"(v:timestamp,w:timestamp):bit ",                                               
"MTIMEtimestamp_NEQ;"                   ]
-[ "!=",                                  "command",      "daytime",      
"(v:daytime,w:daytime):bit ",                                                   
"MTIMEdaytime_NEQ;"                     ]
-[ "!=",                                  "command",      "calc",         
"(v:inet,w:inet):bit ",                                                         
"INET_comp_NEQ;"                        ]
-[ "!=",                                  "command",      "calc",         
"(v:timestamp,w:timestamp):bit ",                                               
"MTIMEtimestamp_NEQ;"                   ]
-[ "!=",                                  "command",      "calc",         
"(v:daytime,w:daytime):bit ",                                                   
"MTIMEdaytime_NEQ;"                     ]
-[ "!=",                                  "command",      "calc",         
"(v:date,w:date):bit ",                                                         
"MTIMEdate_NEQ;"                        ]
-[ "!=",                                  "command",      "calc",         
"(left:str,right:str):bit ",                                                    
"CALCcompNEQstrstr;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:lng,right:lng):bit ",                                                    
"CALCcompNEQlnglng;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:lng,right:int):bit ",                                                    
"CALCcompNEQlngint;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:lng,right:sht):bit ",                                                    
"CALCcompNEQlngsht;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:wrd,right:bte):bit ",                                                    
"CALCcompNEQwrdbte;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:int,right:lng):bit ",                                                    
"CALCcompNEQintlng;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:int,right:int):bit ",                                                    
"CALCcompNEQintint;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:int,right:sht):bit ",                                                    
"CALCcompNEQintsht;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:int,right:bte):bit ",                                                    
"CALCcompNEQintbte;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:int,right:wrd):bit ",                                                    
"CALCcompNEQintwrd;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:wrd,right:lng):bit ",                                                    
"CALCcompNEQwrdlng;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:wrd,right:int):bit ",                                                    
"CALCcompNEQwrdint;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:wrd,right:wrd):bit ",                                                    
"CALCcompNEQwrdwrd;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:wrd,right:sht):bit ",                                                    
"CALCcompNEQwrdsht;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:wrd,right:bte):bit ",                                                    
"CALCcompNEQwrdbte;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:sht,right:lng):bit ",                                                    
"CALCcompNEQshtlng;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:sht,right:int):bit ",                                                    
"CALCcompNEQshtint;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:sht,right:wrd):bit ",                                                    
"CALCcompNEQshtwrd;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:sht,right:sht):bit ",                                                    
"CALCcompNEQshtsht;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:sht,right:bte):bit ",                                                    
"CALCcompNEQshtbte;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:bte,right:lng):bit ",                                                    
"CALCcompNEQbtelng;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:bte,right:wrd):bit ",                                                    
"CALCcompNEQbtewrd;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:bte,right:int):bit ",                                                    
"CALCcompNEQbteint;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:bte,right:sht):bit ",                                                    
"CALCcompNEQbtesht;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:bte,right:bte):bit ",                                                    
"CALCcompNEQbtebte;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:bit,right:lng):bit ",                                                    
"CALCcompNEQbitlng;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:bit,right:int):bit ",                                                    
"CALCcompNEQbitint;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:bit,right:sht):bit ",                                                    
"CALCcompNEQbitsht;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:bit,right:bte):bit ",                                                    
"CALCcompNEQbitbte;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:bit,right:bit):bit ",                                                    
"CALCcompNEQbitbit;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:dbl,right:dbl):bit ",                                                    
"CALCcompNEQdbldbl;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:flt,right:dbl):bit ",                                                    
"CALCcompNEQfltdbl;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:flt,right:flt):bit ",                                                    
"CALCcompNEQfltflt;"                    ]
-[ "!=",                                  "command",      "calc",         
"(left:oid,right:oid):bit ",                                                    
"CALCcompNEQoidoid;"                    ]
-[ "#cmp",                "command",      "mbr",                  "():int ",    
                                                                          
"mbrCOMP;"                              ]
-[ "#cmp",                "command",      "wkb",                  "():int ",    
                                                                          
"wkbCOMP;"                              ]
-[ "#convert",                    "command",      "blob",         "():void ",   
                                                                  
"BLOBconvert;"                          ]
-[ "#del",                "command",      "wkb",                  "():int ",    
                                                                          
"wkbDEL;"                               ]
-[ "#del",                        "command",      "pcre",         "():void ",   
                                                                  "pcre_del;"   
                          ]
-[ "#del",                        "command",      "blob",         "():void ",   
                                                                  "BLOBdel;"    
                          ]
-[ "#fromstr",                    "command",      "mbr",          "():mbr ",    
                                                                  "mbrFROMSTR;" 
                          ]
-[ "#fromstr",            "command",      "wkb",                  "():wkb ",    
                                                                          
"wkbFROMSTR;"                           ]
-[ "#fromstr",                    "command",      "pcre",         "():void ",   
                                                                  
"pcre_fromstr;"                         ]
-[ "#fromstr",                    "command",      "xml",          "():xml ",    
                                                                  
"XMLfromString;"                        ]
-[ "#fromstr",                    "command",      "identifier",   "():void ",   
                                                                  
"IDfromString;"                         ]
-[ "#fromstr",                    "command",      "inet",         "():void ",   
                                                                  
"INETfromString;"                       ]
-[ "#fromstr",                    "command",      "date",         "():date ",   
                                                                  
"date_fromstr;"                         ]
-[ "#fromstr",                    "command",      "timezone",     "():timezone 
",                                                                 
"tzone_fromstr;"                        ]
-[ "#fromstr",                    "command",      "zrule",        "():zrule ",  
                                                                  
"rule_fromstr;"                         ]
-[ "#fromstr",                    "command",      "timestamp",    "():timestamp 
",                                                                
"timestamp_fromstr;"                    ]
-[ "#fromstr",                    "command",      "daytime",      "():daytime 
",                                                                  
"daytime_tz_fromstr;"                   ]
-[ "#fromstr",                    "command",      "url",          "():url ",    
                                                                  
"URLfromString;"                        ]
-[ "#fromstr",                    "command",      "color",        "():color ",  
                                                                  
"color_fromstr;"                        ]
-[ "#fromstr",                    "command",      "blob",         "():void ",   
                                                                  
"BLOBfromstr;"                          ]
-[ "#fromstr",                    "command",      "sqlblob",      "():void ",   
                                                                  
"SQLBLOBfromstr;"                       ]
-[ "#hash",                       "command",      "mbr",          "():int ",    
                                                                  "mbrHASH;"    
                          ]
-[ "#hash",               "command",      "wkb",                  "():int ",    
                                                                          
"wkbHASH;"                              ]
-[ "#hash",                       "command",      "pcre",         "():void ",   
                                                                  "pcre_hash;"  
                          ]
-[ "#hash",                       "command",      "blob",         "():void ",   
                                                                  "BLOBhash;"   
                          ]
-[ "#heap",                       "command",      "wkb",          "():int ",    
                                                                  "wkbHEAP;"    
                          ]
-[ "#heap",                       "command",      "pcre",         "():void ",   
                                                                  "pcre_heap;"  
                          ]
-[ "#heap",                       "command",      "blob",         "():void ",   
                                                                  "BLOBheap;"   
                          ]
-[ "#length",             "command",      "wkb",                  "():int ",    
                                                                          
"wkbLENGTH;"                            ]
-[ "#length",                     "command",      "pcre",         "():void ",   
                                                                  
"pcre_length;"                          ]
-[ "#length",                     "command",      "blob",         "():void ",   
                                                                  "BLOBlength;" 
                          ]
-[ "#nequal",                     "command",      "pcre",         "():void ",   
                                                                  
"pcre_nequal;"                          ]
-[ "#nequal",                     "command",      "blob",         "():void ",   
                                                                  "BLOBnequal;" 
                          ]
-[ "#null",                       "command",      "mbr",          "():int ",    
                                                                  "mbrNULL;"    
                          ]
-[ "#null",               "command",      "wkb",                  "():int ",    
                                                                          
"wkbNULL;"                              ]
-[ "#null",                       "command",      "pcre",         "():void ",   
                                                                  "pcre_null;"  
                          ]
-[ "#null",                       "command",      "blob",         "():void ",   
                                                                  "BLOBnull;"   
                          ]
-[ "#put",                "command",      "wkb",                  "():int ",    
                                                                          
"wkbPUT;"                               ]
-[ "#put",                        "command",      "pcre",         "():void ",   
                                                                  "pcre_put;"   
                          ]
-[ "#put",                        "command",      "blob",         "():void ",   
                                                                  "BLOBput;"    
                          ]
-[ "#read",                       "command",      "mbr",          "():void ",   
                                                                  "mbrREAD;"    
                          ]
-[ "#read",               "command",      "wkb",                  "():void ",   
                                                                          
"wkbREAD;"                              ]
-[ "#read",                       "command",      "blob",         "():void ",   
                                                                  "BLOBread;"   
                          ]
-[ "#tostr",                      "command",      "mbr",          "():str ",    
                                                                  "mbrTOSTR;"   
                          ]
-[ "#tostr",              "command",      "wkb",                  "():str ",    
                                                                          
"wkbTOSTR;"                             ]
-[ "#tostr",                      "command",      "pcre",         "():void ",   
                                                                  "pcre_tostr;" 
                          ]
-[ "#tostr",                      "command",      "xml",          "():str ",    
                                                                  
"XMLtoString;"                          ]
-[ "#tostr",                      "command",      "identifier",   "():void ",   
                                                                  "IDtoString;" 
                          ]
-[ "#tostr",                      "command",      "inet",         "():void ",   
                                                                  
"INETtoString;"                         ]
-[ "#tostr",                      "command",      "date",         "():str ",    
                                                                  "date_tostr;" 
                          ]
-[ "#tostr",                      "command",      "timezone",     "():str ",    
                                                                  
"tzone_tostr;"                          ]
-[ "#tostr",                      "command",      "zrule",        "():str ",    
                                                                  "rule_tostr;" 
                          ]
-[ "#tostr",                      "command",      "timestamp",    "():str ",    
                                                                  
"timestamp_tostr;"                      ]
-[ "#tostr",                      "command",      "daytime",      "():str ",    
                                                                  
"daytime_tostr;"                        ]
-[ "#tostr",                      "command",      "url",          "():str ",    
                                                                  
"URLtoString;"                          ]
-[ "#tostr",                      "command",      "color",        "():str ",    
                                                                  
"color_tostr;"                          ]
-[ "#tostr",                      "command",      "blob",         "():void ",   
                                                                  "BLOBtostr;"  
                          ]
-[ "#tostr",                      "command",      "sqlblob",      "():void ",   
                                                                  
"SQLBLOBtostr;"                         ]
-[ "#write",                      "command",      "mbr",          "():void ",   
                                                                  "mbrWRITE;"   
                          ]
-[ "#write",              "command",      "wkb",                  "():void ",   
                                                                          
"wkbWRITE;"                             ]
-[ "#write",                      "command",      "blob",         "():void ",   
                                                                  "BLOBwrite;"  
                          ]
-[ "%",                           "command",      "batcalc",      
"(b:bat[:oid,:lng],cst:lng,bflag:bit,cflag:bit):bat[:oid,:lng] ",               
"CMDbataccumMODcst_lng_lng_lng;"        ]
-[ "%",                           "command",      "batcalc",      
"(cst:lng,b:bat[:oid,:lng],cflag:bit,bflag:bit):bat[:oid,:lng] ",               
"CMDbataccumMODcst2_lng_lng_lng;"       ]
-[ "%",                           "command",      "batcalc",      
"(b:bat[:oid,:lng],c:bat[:oid,:lng],aflag:bit,bflag:bit):bat[:oid,:lng] ",      
"CMDbataccumMOD_lng_lng_lng;"           ]
-[ "%",                           "command",      "batcalc",      
"(b:bat[:oid,:lng],c:bat[:oid,:lng]):bat[:oid,:lng] ",                          
"CMDbatMOD_lng_lng_lng;"                ]
-[ "%",                           "command",      "batcalc",      
"(cst:lng,b:bat[:oid,:lng]):bat[:oid,:lng] ",                                   
"CMDcstMODbat_lng_lng_lng;"             ]
-[ "%",                           "command",      "batcalc",      
"(b:bat[:oid,:lng],cst:lng):bat[:oid,:lng] ",                                   
"CMDbatMODcst_lng_lng_lng;"             ]
-[ "%",                           "command",      "batcalc",      
"(b:bat[:oid,:wrd],cst:wrd,bflag:bit,cflag:bit):bat[:oid,:wrd] ",               
"CMDbataccumMODcst_wrd_wrd_wrd;"        ]
-[ "%",                           "command",      "batcalc",      
"(cst:wrd,b:bat[:oid,:wrd],cflag:bit,bflag:bit):bat[:oid,:wrd] ",               
"CMDbataccumMODcst2_wrd_wrd_wrd;"       ]
-[ "%",                           "command",      "batcalc",      
"(b:bat[:oid,:wrd],c:bat[:oid,:wrd],aflag:bit,bflag:bit):bat[:oid,:wrd] ",      
"CMDbataccumMOD_wrd_wrd_wrd;"           ]
-[ "%",                           "command",      "batcalc",      
"(b:bat[:oid,:wrd],c:bat[:oid,:wrd]):bat[:oid,:wrd] ",                          
"CMDbatMOD_wrd_wrd_wrd;"                ]
-[ "%",                           "command",      "batcalc",      
"(cst:wrd,b:bat[:oid,:wrd]):bat[:oid,:wrd] ",                                   
"CMDcstMODbat_wrd_wrd_wrd;"             ]
-[ "%",                           "command",      "batcalc",      
"(b:bat[:oid,:wrd],cst:wrd):bat[:oid,:wrd] ",                                   
"CMDbatMODcst_wrd_wrd_wrd;"             ]
-[ "%",                           "command",      "batcalc",      
"(b:bat[:oid,:int],cst:int,bflag:bit,cflag:bit):bat[:oid,:int] ",               
"CMDbataccumMODcst_int_int_int;"        ]
-[ "%",                           "command",      "batcalc",      
"(cst:int,b:bat[:oid,:int],cflag:bit,bflag:bit):bat[:oid,:int] ",               
"CMDbataccumMODcst2_int_int_int;"       ]
-[ "%",                           "command",      "batcalc",      
"(b:bat[:oid,:int],c:bat[:oid,:int],aflag:bit,bflag:bit):bat[:oid,:int] ",      
"CMDbataccumMOD_int_int_int;"           ]
-[ "%",                           "command",      "batcalc",      
"(b:bat[:oid,:int],c:bat[:oid,:int]):bat[:oid,:int] ",                          
"CMDbatMOD_int_int_int;"                ]
-[ "%",                           "command",      "batcalc",      
"(cst:int,b:bat[:oid,:int]):bat[:oid,:int] ",                                   
"CMDcstMODbat_int_int_int;"             ]
-[ "%",                           "command",      "batcalc",      
"(b:bat[:oid,:int],cst:int):bat[:oid,:int] ",                                   
"CMDbatMODcst_int_int_int;"             ]
-[ "%",                           "command",      "batcalc",      
"(b:bat[:oid,:sht],cst:sht,bflag:bit,cflag:bit):bat[:oid,:sht] ",               
"CMDbataccumMODcst_sht_sht_sht;"        ]
-[ "%",                           "command",      "batcalc",      
"(cst:sht,b:bat[:oid,:sht],cflag:bit,bflag:bit):bat[:oid,:sht] ",               
"CMDbataccumMODcst2_sht_sht_sht;"       ]
-[ "%",                           "command",      "batcalc",      
"(b:bat[:oid,:sht],c:bat[:oid,:sht],aflag:bit,bflag:bit):bat[:oid,:sht] ",      
"CMDbataccumMOD_sht_sht_sht;"           ]
-[ "%",                           "command",      "batcalc",      
"(b:bat[:oid,:sht],c:bat[:oid,:sht]):bat[:oid,:sht] ",                          
"CMDbatMOD_sht_sht_sht;"                ]
-[ "%",                           "command",      "batcalc",      
"(cst:sht,b:bat[:oid,:sht]):bat[:oid,:sht] ",                                   
"CMDcstMODbat_sht_sht_sht;"             ]
-[ "%",                           "command",      "batcalc",      
"(b:bat[:oid,:sht],cst:sht):bat[:oid,:sht] ",                                   
"CMDbatMODcst_sht_sht_sht;"             ]
-[ "%",                           "command",      "batcalc",      
"(b:bat[:oid,:bte],cst:bte,bflag:bit,cflag:bit):bat[:oid,:bte] ",               
"CMDbataccumMODcst_bte_bte_bte;"        ]
-[ "%",                           "command",      "batcalc",      
"(cst:bte,b:bat[:oid,:bte],cflag:bit,bflag:bit):bat[:oid,:bte] ",               
"CMDbataccumMODcst2_bte_bte_bte;"       ]
-[ "%",                           "command",      "batcalc",      
"(b:bat[:oid,:bte],c:bat[:oid,:bte],aflag:bit,bflag:bit):bat[:oid,:bte] ",      
"CMDbataccumMOD_bte_bte_bte;"           ]
-[ "%",                           "command",      "batcalc",      
"(b:bat[:oid,:bte],c:bat[:oid,:bte]):bat[:oid,:bte] ",                          
"CMDbatMOD_bte_bte_bte;"                ]
-[ "%",                           "command",      "batcalc",      
"(cst:bte,b:bat[:oid,:bte]):bat[:oid,:bte] ",                                   
"CMDcstMODbat_bte_bte_bte;"             ]
-[ "%",                           "command",      "batcalc",      
"(b:bat[:oid,:bte],cst:bte):bat[:oid,:bte] ",                                   
"CMDbatMODcst_bte_bte_bte;"             ]
-[ "%",                           "command",      "calc",         
"(left:lng,right:dbl):dbl ",                                                    
"CALCbinarycheckMODlngdbl;"             ]
-[ "%",                           "command",      "calc",         
"(left:lng,right:flt):flt ",                                                    
"CALCbinarycheckMODlngflt;"             ]
-[ "%",                           "command",      "calc",         
"(left:lng,right:lng):lng ",                                                    
"CALCbinarycheckMODlnglng;"             ]
-[ "%",                           "command",      "calc",         
"(left:lng,right:wrd):wrd ",                                                    
"CALCbinarycheckMODlngwrd;"             ]
-[ "%",                           "command",      "calc",         
"(left:lng,right:int):int ",                                                    
"CALCbinarycheckMODlngint;"             ]
-[ "%",                           "command",      "calc",         
"(left:lng,right:sht):sht ",                                                    
"CALCbinarycheckMODlngsht;"             ]
-[ "%",                           "command",      "calc",         
"(left:lng,right:bte):bte ",                                                    
"CALCbinarycheckMODlngbte;"             ]
-[ "%",                           "command",      "calc",         
"(left:dbl,right:dbl):dbl ",                                                    
"CALCbinarycheckMODdbldbl;"             ]
-[ "%",                           "command",      "calc",         
"(left:dbl,right:flt):dbl ",                                                    
"CALCbinarycheckMODdblflt;"             ]
-[ "%",                           "command",      "calc",         
"(left:dbl,right:lng):dbl ",                                                    
"CALCbinarycheckMODdbllng;"             ]
-[ "%",                           "command",      "calc",         
"(left:dbl,right:wrd):dbl ",                                                    
"CALCbinarycheckMODdblwrd;"             ]
-[ "%",                           "command",      "calc",         
"(left:dbl,right:int):dbl ",                                                    
"CALCbinarycheckMODdblint;"             ]
-[ "%",                           "command",      "calc",         
"(left:dbl,right:sht):dbl ",                                                    
"CALCbinarycheckMODdblsht;"             ]
-[ "%",                           "command",      "calc",         
"(left:dbl,right:bte):dbl ",                                                    
"CALCbinarycheckMODdblbte;"             ]
-[ "%",                           "command",      "calc",         
"(left:flt,right:dbl):dbl ",                                                    
"CALCbinarycheckMODfltdbl;"             ]
-[ "%",                           "command",      "calc",         
"(left:flt,right:flt):flt ",                                                    
"CALCbinarycheckMODfltflt;"             ]
-[ "%",                           "command",      "calc",         
"(left:flt,right:lng):flt ",                                                    
"CALCbinarycheckMODfltlng;"             ]
-[ "%",                           "command",      "calc",         
"(left:flt,right:wrd):flt ",                                                    
"CALCbinarycheckMODfltwrd;"             ]
-[ "%",                           "command",      "calc",         
"(left:flt,right:int):flt ",                                                    
"CALCbinarycheckMODfltint;"             ]
-[ "%",                           "command",      "calc",         
"(left:flt,right:sht):flt ",                                                    
"CALCbinarycheckMODfltsht;"             ]
-[ "%",                           "command",      "calc",         
"(left:flt,right:bte):flt ",                                                    
"CALCbinarycheckMODfltbte;"             ]
-[ "%",                           "command",      "calc",         
"(left:wrd,right:dbl):dbl ",                                                    
"CALCbinarycheckMODwrddbl;"             ]
-[ "%",                           "command",      "calc",         
"(left:wrd,right:flt):flt ",                                                    
"CALCbinarycheckMODwrdflt;"             ]
-[ "%",                           "command",      "calc",         
"(left:wrd,right:lng):lng ",                                                    
"CALCbinarycheckMODwrdlng;"             ]
-[ "%",                           "command",      "calc",         
"(left:wrd,right:wrd):wrd ",                                                    
"CALCbinarycheckMODwrdwrd;"             ]
-[ "%",                           "command",      "calc",         
"(left:wrd,right:int):int ",                                                    
"CALCbinarycheckMODwrdint;"             ]
-[ "%",                           "command",      "calc",         
"(left:wrd,right:sht):sht ",                                                    
"CALCbinarycheckMODwrdsht;"             ]
-[ "%",                           "command",      "calc",         
"(left:wrd,right:bte):bte ",                                                    
"CALCbinarycheckMODwrdbte;"             ]
-[ "%",                           "command",      "calc",         
"(left:int,right:dbl):dbl ",                                                    
"CALCbinarycheckMODintdbl;"             ]
-[ "%",                           "command",      "calc",         
"(left:int,right:flt):flt ",                                                    
"CALCbinarycheckMODintflt;"             ]
-[ "%",                           "command",      "calc",         
"(left:int,right:lng):lng ",                                                    
"CALCbinarycheckMODintlng;"             ]
-[ "%",                           "command",      "calc",         
"(left:int,right:wrd):wrd ",                                                    
"CALCbinarycheckMODintwrd;"             ]
-[ "%",                           "command",      "calc",         
"(left:int,right:int):int ",                                                    
"CALCbinarycheckMODintint;"             ]
-[ "%",                           "command",      "calc",         
"(left:int,right:sht):sht ",                                                    
"CALCbinarycheckMODintsht;"             ]
-[ "%",                           "command",      "calc",         
"(left:int,right:bte):bte ",                                                    
"CALCbinarycheckMODintbte;"             ]
-[ "%",                           "command",      "calc",         
"(left:sht,right:dbl):dbl ",                                                    
"CALCbinarycheckMODshtdbl;"             ]
-[ "%",                           "command",      "calc",         
"(left:sht,right:flt):flt ",                                                    
"CALCbinarycheckMODshtflt;"             ]
-[ "%",                           "command",      "calc",         
"(left:sht,right:lng):lng ",                                                    
"CALCbinarycheckMODshtlng;"             ]
-[ "%",                           "command",      "calc",         
"(left:sht,right:wrd):wrd ",                                                    
"CALCbinarycheckMODshtwrd;"             ]
-[ "%",                           "command",      "calc",         
"(left:sht,right:int):int ",                                                    
"CALCbinarycheckMODshtint;"             ]
-[ "%",                           "command",      "calc",         
"(left:sht,right:sht):sht ",                                                    
"CALCbinarycheckMODshtsht;"             ]
-[ "%",                           "command",      "calc",         
"(left:sht,right:bte):bte ",                                                    
"CALCbinarycheckMODshtbte;"             ]
-[ "%",                           "command",      "calc",         
"(left:bte,right:dbl):dbl ",                                                    
"CALCbinarycheckMODbtedbl;"             ]
-[ "%",                           "command",      "calc",         
"(left:bte,right:flt):flt ",                                                    
"CALCbinarycheckMODbteflt;"             ]
-[ "%",                           "command",      "calc",         
"(left:bte,right:lng):lng ",                                                    
"CALCbinarycheckMODbtelng;"             ]
-[ "%",                           "command",      "calc",         
"(left:bte,right:wrd):wrd ",                                                    
"CALCbinarycheckMODbtewrd;"             ]
-[ "%",                           "command",      "calc",         
"(left:bte,right:int):int ",                                                    
"CALCbinarycheckMODbteint;"             ]
-[ "%",                           "command",      "calc",         
"(left:bte,right:sht):sht ",                                                    
"CALCbinarycheckMODbtesht;"             ]
-[ "%",                           "command",      "calc",         
"(left:bte,right:bte):bte ",                                                    
"CALCbinarycheckMODbtebte;"             ]
-[ "%",                           "command",      "calc",         
"(left:oid,right:oid):oid ",                                                    
"CALCbinarycheckMODoidoid;"             ]
-[ "*",                           "command",      "batcalc",      
"(b:bat[:oid,:flt],cst:flt,bflag:bit,cflag:bit):bat[:oid,:flt] ",               
"CMDbataccumMULcst_flt_flt_flt;"        ]
-[ "*",                           "command",      "batcalc",      
"(cst:flt,b:bat[:oid,:flt],cflag:bit,bflag:bit):bat[:oid,:flt] ",               
"CMDbataccumMULcst2_flt_flt_flt;"       ]
-[ "*",                           "command",      "batcalc",      
"(b:bat[:oid,:flt],c:bat[:oid,:flt],aflag:bit,bflag:bit):bat[:oid,:flt] ",      
"CMDbataccumMUL_flt_flt_flt;"           ]
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to