Changeset: 0414597c3f98 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0414597c3f98
Modified Files:
        monetdb5/modules/kernel/batcalc.mal
        monetdb5/modules/kernel/batcalc.mal.sh
Branch: default
Log Message:

Move batcalc to :oidheaded


diffs (truncated from 1013 to 300 lines):

diff --git a/monetdb5/modules/kernel/batcalc.mal 
b/monetdb5/modules/kernel/batcalc.mal
--- a/monetdb5/modules/kernel/batcalc.mal
+++ b/monetdb5/modules/kernel/batcalc.mal
@@ -12550,773 +12550,773 @@ command avg2(b:bat[:oid,:dbl]) (:dbl, :l
 address CMDcalcavg2
 comment "average and number of non-nil values of B";
 
-command bit(b:bat[:any_1,:void]) :bat[:any_1,:bit]
+command bit(b:bat[:oid,:void]) :bat[:oid,:bit]
 address CMDconvertsignal_bit
 comment "cast from void to bit, signal error on overflow";
-command bit_noerror(b:bat[:any_1,:void]) :bat[:any_1,:bit]
+command bit_noerror(b:bat[:oid,:void]) :bat[:oid,:bit]
 address CMDconvert_bit
 comment "cast from void to bit";
 
-command bit(b:bat[:any_1,:bit]) :bat[:any_1,:bit]
+command bit(b:bat[:oid,:bit]) :bat[:oid,:bit]
 address CMDconvertsignal_bit
 comment "cast from bit to bit, signal error on overflow";
-command bit_noerror(b:bat[:any_1,:bit]) :bat[:any_1,:bit]
+command bit_noerror(b:bat[:oid,:bit]) :bat[:oid,:bit]
 address CMDconvert_bit
 comment "cast from bit to bit";
 
-command bit(b:bat[:any_1,:bte]) :bat[:any_1,:bit]
+command bit(b:bat[:oid,:bte]) :bat[:oid,:bit]
 address CMDconvertsignal_bit
 comment "cast from bte to bit, signal error on overflow";
-command bit_noerror(b:bat[:any_1,:bte]) :bat[:any_1,:bit]
+command bit_noerror(b:bat[:oid,:bte]) :bat[:oid,:bit]
 address CMDconvert_bit
 comment "cast from bte to bit";
 
-command bit(b:bat[:any_1,:sht]) :bat[:any_1,:bit]
+command bit(b:bat[:oid,:sht]) :bat[:oid,:bit]
 address CMDconvertsignal_bit
 comment "cast from sht to bit, signal error on overflow";
-command bit_noerror(b:bat[:any_1,:sht]) :bat[:any_1,:bit]
+command bit_noerror(b:bat[:oid,:sht]) :bat[:oid,:bit]
 address CMDconvert_bit
 comment "cast from sht to bit";
 
-command bit(b:bat[:any_1,:int]) :bat[:any_1,:bit]
+command bit(b:bat[:oid,:int]) :bat[:oid,:bit]
 address CMDconvertsignal_bit
 comment "cast from int to bit, signal error on overflow";
-command bit_noerror(b:bat[:any_1,:int]) :bat[:any_1,:bit]
+command bit_noerror(b:bat[:oid,:int]) :bat[:oid,:bit]
 address CMDconvert_bit
 comment "cast from int to bit";
 
-command bit(b:bat[:any_1,:wrd]) :bat[:any_1,:bit]
+command bit(b:bat[:oid,:wrd]) :bat[:oid,:bit]
 address CMDconvertsignal_bit
 comment "cast from wrd to bit, signal error on overflow";
-command bit_noerror(b:bat[:any_1,:wrd]) :bat[:any_1,:bit]
+command bit_noerror(b:bat[:oid,:wrd]) :bat[:oid,:bit]
 address CMDconvert_bit
 comment "cast from wrd to bit";
 
-command bit(b:bat[:any_1,:lng]) :bat[:any_1,:bit]
+command bit(b:bat[:oid,:lng]) :bat[:oid,:bit]
 address CMDconvertsignal_bit
 comment "cast from lng to bit, signal error on overflow";
-command bit_noerror(b:bat[:any_1,:lng]) :bat[:any_1,:bit]
+command bit_noerror(b:bat[:oid,:lng]) :bat[:oid,:bit]
 address CMDconvert_bit
 comment "cast from lng to bit";
 
-command bit(b:bat[:any_1,:flt]) :bat[:any_1,:bit]
+command bit(b:bat[:oid,:flt]) :bat[:oid,:bit]
 address CMDconvertsignal_bit
 comment "cast from flt to bit, signal error on overflow";
-command bit_noerror(b:bat[:any_1,:flt]) :bat[:any_1,:bit]
+command bit_noerror(b:bat[:oid,:flt]) :bat[:oid,:bit]
 address CMDconvert_bit
 comment "cast from flt to bit";
 
-command bit(b:bat[:any_1,:dbl]) :bat[:any_1,:bit]
+command bit(b:bat[:oid,:dbl]) :bat[:oid,:bit]
 address CMDconvertsignal_bit
 comment "cast from dbl to bit, signal error on overflow";
-command bit_noerror(b:bat[:any_1,:dbl]) :bat[:any_1,:bit]
+command bit_noerror(b:bat[:oid,:dbl]) :bat[:oid,:bit]
 address CMDconvert_bit
 comment "cast from dbl to bit";
 
-command bit(b:bat[:any_1,:oid]) :bat[:any_1,:bit]
+command bit(b:bat[:oid,:oid]) :bat[:oid,:bit]
 address CMDconvertsignal_bit
 comment "cast from oid to bit, signal error on overflow";
-command bit_noerror(b:bat[:any_1,:oid]) :bat[:any_1,:bit]
+command bit_noerror(b:bat[:oid,:oid]) :bat[:oid,:bit]
 address CMDconvert_bit
 comment "cast from oid to bit";
 
-command bit(b:bat[:any_1,:str]) :bat[:any_1,:bit]
+command bit(b:bat[:oid,:str]) :bat[:oid,:bit]
 address CMDconvertsignal_bit
 comment "cast from str to bit, signal error on overflow";
-command bit_noerror(b:bat[:any_1,:str]) :bat[:any_1,:bit]
+command bit_noerror(b:bat[:oid,:str]) :bat[:oid,:bit]
 address CMDconvert_bit
 comment "cast from str to bit";
 
-command bte(b:bat[:any_1,:void]) :bat[:any_1,:bte]
+command bte(b:bat[:oid,:void]) :bat[:oid,:bte]
 address CMDconvertsignal_bte
 comment "cast from void to bte, signal error on overflow";
-command bte_noerror(b:bat[:any_1,:void]) :bat[:any_1,:bte]
+command bte_noerror(b:bat[:oid,:void]) :bat[:oid,:bte]
 address CMDconvert_bte
 comment "cast from void to bte";
 
-command bte(b:bat[:any_1,:bit]) :bat[:any_1,:bte]
+command bte(b:bat[:oid,:bit]) :bat[:oid,:bte]
 address CMDconvertsignal_bte
 comment "cast from bit to bte, signal error on overflow";
-command bte_noerror(b:bat[:any_1,:bit]) :bat[:any_1,:bte]
+command bte_noerror(b:bat[:oid,:bit]) :bat[:oid,:bte]
 address CMDconvert_bte
 comment "cast from bit to bte";
 
-command bte(b:bat[:any_1,:bte]) :bat[:any_1,:bte]
+command bte(b:bat[:oid,:bte]) :bat[:oid,:bte]
 address CMDconvertsignal_bte
 comment "cast from bte to bte, signal error on overflow";
-command bte_noerror(b:bat[:any_1,:bte]) :bat[:any_1,:bte]
+command bte_noerror(b:bat[:oid,:bte]) :bat[:oid,:bte]
 address CMDconvert_bte
 comment "cast from bte to bte";
 
-command bte(b:bat[:any_1,:sht]) :bat[:any_1,:bte]
+command bte(b:bat[:oid,:sht]) :bat[:oid,:bte]
 address CMDconvertsignal_bte
 comment "cast from sht to bte, signal error on overflow";
-command bte_noerror(b:bat[:any_1,:sht]) :bat[:any_1,:bte]
+command bte_noerror(b:bat[:oid,:sht]) :bat[:oid,:bte]
 address CMDconvert_bte
 comment "cast from sht to bte";
 
-command bte(b:bat[:any_1,:int]) :bat[:any_1,:bte]
+command bte(b:bat[:oid,:int]) :bat[:oid,:bte]
 address CMDconvertsignal_bte
 comment "cast from int to bte, signal error on overflow";
-command bte_noerror(b:bat[:any_1,:int]) :bat[:any_1,:bte]
+command bte_noerror(b:bat[:oid,:int]) :bat[:oid,:bte]
 address CMDconvert_bte
 comment "cast from int to bte";
 
-command bte(b:bat[:any_1,:wrd]) :bat[:any_1,:bte]
+command bte(b:bat[:oid,:wrd]) :bat[:oid,:bte]
 address CMDconvertsignal_bte
 comment "cast from wrd to bte, signal error on overflow";
-command bte_noerror(b:bat[:any_1,:wrd]) :bat[:any_1,:bte]
+command bte_noerror(b:bat[:oid,:wrd]) :bat[:oid,:bte]
 address CMDconvert_bte
 comment "cast from wrd to bte";
 
-command bte(b:bat[:any_1,:lng]) :bat[:any_1,:bte]
+command bte(b:bat[:oid,:lng]) :bat[:oid,:bte]
 address CMDconvertsignal_bte
 comment "cast from lng to bte, signal error on overflow";
-command bte_noerror(b:bat[:any_1,:lng]) :bat[:any_1,:bte]
+command bte_noerror(b:bat[:oid,:lng]) :bat[:oid,:bte]
 address CMDconvert_bte
 comment "cast from lng to bte";
 
-command bte(b:bat[:any_1,:flt]) :bat[:any_1,:bte]
+command bte(b:bat[:oid,:flt]) :bat[:oid,:bte]
 address CMDconvertsignal_bte
 comment "cast from flt to bte, signal error on overflow";
-command bte_noerror(b:bat[:any_1,:flt]) :bat[:any_1,:bte]
+command bte_noerror(b:bat[:oid,:flt]) :bat[:oid,:bte]
 address CMDconvert_bte
 comment "cast from flt to bte";
 
-command bte(b:bat[:any_1,:dbl]) :bat[:any_1,:bte]
+command bte(b:bat[:oid,:dbl]) :bat[:oid,:bte]
 address CMDconvertsignal_bte
 comment "cast from dbl to bte, signal error on overflow";
-command bte_noerror(b:bat[:any_1,:dbl]) :bat[:any_1,:bte]
+command bte_noerror(b:bat[:oid,:dbl]) :bat[:oid,:bte]
 address CMDconvert_bte
 comment "cast from dbl to bte";
 
-command bte(b:bat[:any_1,:oid]) :bat[:any_1,:bte]
+command bte(b:bat[:oid,:oid]) :bat[:oid,:bte]
 address CMDconvertsignal_bte
 comment "cast from oid to bte, signal error on overflow";
-command bte_noerror(b:bat[:any_1,:oid]) :bat[:any_1,:bte]
+command bte_noerror(b:bat[:oid,:oid]) :bat[:oid,:bte]
 address CMDconvert_bte
 comment "cast from oid to bte";
 
-command bte(b:bat[:any_1,:str]) :bat[:any_1,:bte]
+command bte(b:bat[:oid,:str]) :bat[:oid,:bte]
 address CMDconvertsignal_bte
 comment "cast from str to bte, signal error on overflow";
-command bte_noerror(b:bat[:any_1,:str]) :bat[:any_1,:bte]
+command bte_noerror(b:bat[:oid,:str]) :bat[:oid,:bte]
 address CMDconvert_bte
 comment "cast from str to bte";
 
-command sht(b:bat[:any_1,:void]) :bat[:any_1,:sht]
+command sht(b:bat[:oid,:void]) :bat[:oid,:sht]
 address CMDconvertsignal_sht
 comment "cast from void to sht, signal error on overflow";
-command sht_noerror(b:bat[:any_1,:void]) :bat[:any_1,:sht]
+command sht_noerror(b:bat[:oid,:void]) :bat[:oid,:sht]
 address CMDconvert_sht
 comment "cast from void to sht";
 
-command sht(b:bat[:any_1,:bit]) :bat[:any_1,:sht]
+command sht(b:bat[:oid,:bit]) :bat[:oid,:sht]
 address CMDconvertsignal_sht
 comment "cast from bit to sht, signal error on overflow";
-command sht_noerror(b:bat[:any_1,:bit]) :bat[:any_1,:sht]
+command sht_noerror(b:bat[:oid,:bit]) :bat[:oid,:sht]
 address CMDconvert_sht
 comment "cast from bit to sht";
 
-command sht(b:bat[:any_1,:bte]) :bat[:any_1,:sht]
+command sht(b:bat[:oid,:bte]) :bat[:oid,:sht]
 address CMDconvertsignal_sht
 comment "cast from bte to sht, signal error on overflow";
-command sht_noerror(b:bat[:any_1,:bte]) :bat[:any_1,:sht]
+command sht_noerror(b:bat[:oid,:bte]) :bat[:oid,:sht]
 address CMDconvert_sht
 comment "cast from bte to sht";
 
-command sht(b:bat[:any_1,:sht]) :bat[:any_1,:sht]
+command sht(b:bat[:oid,:sht]) :bat[:oid,:sht]
 address CMDconvertsignal_sht
 comment "cast from sht to sht, signal error on overflow";
-command sht_noerror(b:bat[:any_1,:sht]) :bat[:any_1,:sht]
+command sht_noerror(b:bat[:oid,:sht]) :bat[:oid,:sht]
 address CMDconvert_sht
 comment "cast from sht to sht";
 
-command sht(b:bat[:any_1,:int]) :bat[:any_1,:sht]
+command sht(b:bat[:oid,:int]) :bat[:oid,:sht]
 address CMDconvertsignal_sht
 comment "cast from int to sht, signal error on overflow";
-command sht_noerror(b:bat[:any_1,:int]) :bat[:any_1,:sht]
+command sht_noerror(b:bat[:oid,:int]) :bat[:oid,:sht]
 address CMDconvert_sht
 comment "cast from int to sht";
 
-command sht(b:bat[:any_1,:wrd]) :bat[:any_1,:sht]
+command sht(b:bat[:oid,:wrd]) :bat[:oid,:sht]
 address CMDconvertsignal_sht
 comment "cast from wrd to sht, signal error on overflow";
-command sht_noerror(b:bat[:any_1,:wrd]) :bat[:any_1,:sht]
+command sht_noerror(b:bat[:oid,:wrd]) :bat[:oid,:sht]
 address CMDconvert_sht
 comment "cast from wrd to sht";
 
-command sht(b:bat[:any_1,:lng]) :bat[:any_1,:sht]
+command sht(b:bat[:oid,:lng]) :bat[:oid,:sht]
 address CMDconvertsignal_sht
 comment "cast from lng to sht, signal error on overflow";
-command sht_noerror(b:bat[:any_1,:lng]) :bat[:any_1,:sht]
+command sht_noerror(b:bat[:oid,:lng]) :bat[:oid,:sht]
 address CMDconvert_sht
 comment "cast from lng to sht";
 
-command sht(b:bat[:any_1,:flt]) :bat[:any_1,:sht]
+command sht(b:bat[:oid,:flt]) :bat[:oid,:sht]
 address CMDconvertsignal_sht
 comment "cast from flt to sht, signal error on overflow";
-command sht_noerror(b:bat[:any_1,:flt]) :bat[:any_1,:sht]
+command sht_noerror(b:bat[:oid,:flt]) :bat[:oid,:sht]
 address CMDconvert_sht
 comment "cast from flt to sht";
 
-command sht(b:bat[:any_1,:dbl]) :bat[:any_1,:sht]
+command sht(b:bat[:oid,:dbl]) :bat[:oid,:sht]
 address CMDconvertsignal_sht
 comment "cast from dbl to sht, signal error on overflow";
-command sht_noerror(b:bat[:any_1,:dbl]) :bat[:any_1,:sht]
+command sht_noerror(b:bat[:oid,:dbl]) :bat[:oid,:sht]
 address CMDconvert_sht
 comment "cast from dbl to sht";
 
-command sht(b:bat[:any_1,:oid]) :bat[:any_1,:sht]
+command sht(b:bat[:oid,:oid]) :bat[:oid,:sht]
 address CMDconvertsignal_sht
 comment "cast from oid to sht, signal error on overflow";
-command sht_noerror(b:bat[:any_1,:oid]) :bat[:any_1,:sht]
+command sht_noerror(b:bat[:oid,:oid]) :bat[:oid,:sht]
 address CMDconvert_sht
 comment "cast from oid to sht";
 
-command sht(b:bat[:any_1,:str]) :bat[:any_1,:sht]
+command sht(b:bat[:oid,:str]) :bat[:oid,:sht]
 address CMDconvertsignal_sht
 comment "cast from str to sht, signal error on overflow";
-command sht_noerror(b:bat[:any_1,:str]) :bat[:any_1,:sht]
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to