📄 batcalc.mal
字号:
address CMDbataccumMULcst2_int_int_int comment "(BAT,Constant) calculator function with accumulator BAT result"; command *(a:bat[:oid,:int], b:bat[:oid,:int], cst:int) :bat[:oid,:int] address CMDbataccumMULcst_int_int_int comment "(BAT,Constant) calculator function with accumulator BAT result"; command *(b:bat[:oid,:int], cst:int) :bat[:oid,:int] address CMDbatMULcst_int_int_int; command *(cst:int, b:bat[:oid,:int]) :bat[:oid,:int] address CMDcstMULbat_int_int_int; command *(b:bat[:oid,:int], c:bat[:oid,:int]) :bat[:oid,:int] address CMDbatMUL_int_int_int comment "Binary BAT calculator function with new BAT result";#line 144 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batcalc.mx" #line 66 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batcalc.mx" command -(a:bat[:oid,:dbl], b:bat[:oid,:dbl], c:bat[:oid,:dbl]):bat[:oid,:dbl] address CMDbataccumSUB_dbl_dbl_dbl comment "Binary BAT calculator function with accumulator BAT result"; command -(a:bat[:oid,:dbl], cst:dbl, b:bat[:oid,:dbl]):bat[:oid,:dbl] address CMDbataccumSUBcst2_dbl_dbl_dbl comment "(BAT,Constant) calculator function with accumulator BAT result"; command -(a:bat[:oid,:dbl], b:bat[:oid,:dbl], cst:dbl) :bat[:oid,:dbl] address CMDbataccumSUBcst_dbl_dbl_dbl comment "(BAT,Constant) calculator function with accumulator BAT result"; command -(b:bat[:oid,:dbl], cst:dbl) :bat[:oid,:dbl] address CMDbatSUBcst_dbl_dbl_dbl; command -(cst:dbl, b:bat[:oid,:dbl]) :bat[:oid,:dbl] address CMDcstSUBbat_dbl_dbl_dbl; command -(b:bat[:oid,:dbl], c:bat[:oid,:dbl]) :bat[:oid,:dbl] address CMDbatSUB_dbl_dbl_dbl comment "Binary BAT calculator function with new BAT result";#line 146 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batcalc.mx" #line 66 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batcalc.mx" command -(a:bat[:oid,:flt], b:bat[:oid,:flt], c:bat[:oid,:flt]):bat[:oid,:flt] address CMDbataccumSUB_flt_flt_flt comment "Binary BAT calculator function with accumulator BAT result"; command -(a:bat[:oid,:flt], cst:flt, b:bat[:oid,:flt]):bat[:oid,:flt] address CMDbataccumSUBcst2_flt_flt_flt comment "(BAT,Constant) calculator function with accumulator BAT result"; command -(a:bat[:oid,:flt], b:bat[:oid,:flt], cst:flt) :bat[:oid,:flt] address CMDbataccumSUBcst_flt_flt_flt comment "(BAT,Constant) calculator function with accumulator BAT result"; command -(b:bat[:oid,:flt], cst:flt) :bat[:oid,:flt] address CMDbatSUBcst_flt_flt_flt; command -(cst:flt, b:bat[:oid,:flt]) :bat[:oid,:flt] address CMDcstSUBbat_flt_flt_flt; command -(b:bat[:oid,:flt], c:bat[:oid,:flt]) :bat[:oid,:flt] address CMDbatSUB_flt_flt_flt comment "Binary BAT calculator function with new BAT result";#line 147 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batcalc.mx" #line 66 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batcalc.mx" command -(a:bat[:oid,:int], b:bat[:oid,:sht], c:bat[:oid,:lng]):bat[:oid,:int] address CMDbataccumSUB_lng_int_sht comment "Binary BAT calculator function with accumulator BAT result"; command -(a:bat[:oid,:int], cst:int, b:bat[:oid,:sht]):bat[:oid,:int] address CMDbataccumSUBcst2_lng_int_sht comment "(BAT,Constant) calculator function with accumulator BAT result"; command -(a:bat[:oid,:int], b:bat[:oid,:int], cst:sht) :bat[:oid,:int] address CMDbataccumSUBcst_lng_int_sht comment "(BAT,Constant) calculator function with accumulator BAT result"; command -(b:bat[:oid,:int], cst:sht) :bat[:oid,:lng] address CMDbatSUBcst_lng_int_sht; command -(cst:int, b:bat[:oid,:sht]) :bat[:oid,:lng] address CMDcstSUBbat_lng_int_sht; command -(b:bat[:oid,:int], c:bat[:oid,:sht]) :bat[:oid,:lng] address CMDbatSUB_lng_int_sht comment "Binary BAT calculator function with new BAT result";#line 148 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batcalc.mx" #line 66 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batcalc.mx" command -(a:bat[:oid,:sht], b:bat[:oid,:int], c:bat[:oid,:lng]):bat[:oid,:sht] address CMDbataccumSUB_lng_sht_int comment "Binary BAT calculator function with accumulator BAT result"; command -(a:bat[:oid,:sht], cst:sht, b:bat[:oid,:int]):bat[:oid,:sht] address CMDbataccumSUBcst2_lng_sht_int comment "(BAT,Constant) calculator function with accumulator BAT result"; command -(a:bat[:oid,:sht], b:bat[:oid,:sht], cst:int) :bat[:oid,:sht] address CMDbataccumSUBcst_lng_sht_int comment "(BAT,Constant) calculator function with accumulator BAT result"; command -(b:bat[:oid,:sht], cst:int) :bat[:oid,:lng] address CMDbatSUBcst_lng_sht_int; command -(cst:sht, b:bat[:oid,:int]) :bat[:oid,:lng] address CMDcstSUBbat_lng_sht_int; command -(b:bat[:oid,:sht], c:bat[:oid,:int]) :bat[:oid,:lng] address CMDbatSUB_lng_sht_int comment "Binary BAT calculator function with new BAT result";#line 149 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batcalc.mx" #line 66 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batcalc.mx" command -(a:bat[:oid,:lng], b:bat[:oid,:sht], c:bat[:oid,:lng]):bat[:oid,:lng] address CMDbataccumSUB_lng_lng_sht comment "Binary BAT calculator function with accumulator BAT result"; command -(a:bat[:oid,:lng], cst:lng, b:bat[:oid,:sht]):bat[:oid,:lng] address CMDbataccumSUBcst2_lng_lng_sht comment "(BAT,Constant) calculator function with accumulator BAT result"; command -(a:bat[:oid,:lng], b:bat[:oid,:lng], cst:sht) :bat[:oid,:lng] address CMDbataccumSUBcst_lng_lng_sht comment "(BAT,Constant) calculator function with accumulator BAT result"; command -(b:bat[:oid,:lng], cst:sht) :bat[:oid,:lng] address CMDbatSUBcst_lng_lng_sht; command -(cst:lng, b:bat[:oid,:sht]) :bat[:oid,:lng] address CMDcstSUBbat_lng_lng_sht; command -(b:bat[:oid,:lng], c:bat[:oid,:sht]) :bat[:oid,:lng] address CMDbatSUB_lng_lng_sht comment "Binary BAT calculator function with new BAT result";#line 150 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batcalc.mx" #line 66 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batcalc.mx" command -(a:bat[:oid,:sht], b:bat[:oid,:lng], c:bat[:oid,:lng]):bat[:oid,:sht] address CMDbataccumSUB_lng_sht_lng comment "Binary BAT calculator function with accumulator BAT result"; command -(a:bat[:oid,:sht], cst:sht, b:bat[:oid,:lng]):bat[:oid,:sht] address CMDbataccumSUBcst2_lng_sht_lng comment "(BAT,Constant) calculator function with accumulator BAT result"; command -(a:bat[:oid,:sht], b:bat[:oid,:sht], cst:lng) :bat[:oid,:sht] address CMDbataccumSUBcst_lng_sht_lng comment "(BAT,Constant) calculator function with accumulator BAT result"; command -(b:bat[:oid,:sht], cst:lng) :bat[:oid,:lng] address CMDbatSUBcst_lng_sht_lng; command -(cst:sht, b:bat[:oid,:lng]) :bat[:oid,:lng] address CMDcstSUBbat_lng_sht_lng; command -(b:bat[:oid,:sht], c:bat[:oid,:lng]) :bat[:oid,:lng] address CMDbatSUB_lng_sht_lng comment "Binary BAT calculator function with new BAT result";#line 151 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batcalc.mx" #line 66 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batcalc.mx" command -(a:bat[:oid,:lng], b:bat[:oid,:lng], c:bat[:oid,:lng]):bat[:oid,:lng] address CMDbataccumSUB_lng_lng_lng comment "Binary BAT calculator function with accumulator BAT result"; command -(a:bat[:oid,:lng], cst:lng, b:bat[:oid,:lng]):bat[:oid,:lng] address CMDbataccumSUBcst2_lng_lng_lng comment "(BAT,Constant) calculator function with accumulator BAT result"; command -(a:bat[:oid,:lng], b:bat[:oid,:lng], cst:lng) :bat[:oid,:lng] address CMDbataccumSUBcst_lng_lng_lng comment "(BAT,Constant) calculator function with accumulator BAT result"; command -(b:bat[:oid,:lng], cst:lng) :bat[:oid,:lng] address CMDbatSUBcst_lng_lng_lng; command -(cst:lng, b:bat[:oid,:lng]) :bat[:oid,:lng] address CMDcstSUBbat_lng_lng_lng; command -(b:bat[:oid,:lng], c:bat[:oid,:lng]) :bat[:oid,:lng] address CMDbatSUB_lng_lng_lng comment "Binary BAT calculator function with new BAT result";#line 152 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batcalc.mx" #line 66 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batcalc.mx" command -(a:bat[:oid,:int], b:bat[:oid,:lng], c:bat[:oid,:lng]):bat[:oid,:int] address CMDbataccumSUB_lng_int_lng comment "Binary BAT calculator function with accumulator BAT result"; command -(a:bat[:oid,:int], cst:int, b:bat[:oid,:lng]):bat[:oid,:int] address CMDbataccumSUBcst2_lng_int_lng comment "(BAT,Constant) calculator function with accumulator BAT result"; command -(a:bat[:oid,:int], b:bat[:oid,:int], cst:lng) :bat[:oid,:int] address CMDbataccumSUBcst_lng_int_lng comment "(BAT,Constant) calculator function with accumulator BAT result"; command -(b:bat[:oid,:int], cst:lng) :bat[:oid,:lng] address CMDbatSUBcst_lng_int_lng; command -(cst:int, b:bat[:oid,:lng]) :bat[:oid,:lng] address CMDcstSUBbat_lng_int_lng; command -(b:bat[:oid,:int], c:bat[:oid,:lng]) :bat[:oid,:lng] address CMDbatSUB_lng_int_lng comment "Binary BAT calculator function with new BAT result";#line 153 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batcalc.mx" #line 66 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batcalc.mx" command -(a:bat[:oid,:int], b:bat[:oid,:int], c:bat[:oid,:lng]):bat[:oid,:int] address CMDbataccumSUB_lng_int_int comment "Binary BAT calculator function with accumulator BAT result"; command -(a:bat[:oid,:int], cst:int, b:bat[:oid,:int]):bat[:oid,:int] address CMDbataccumSUBcst2_lng_int_int comment "(BAT,Constant) calculator function with accumulator BAT result"; command -(a:bat[:oid,:int], b:bat[:oid,:int], cst:int) :bat[:oid,:int] address CMDbataccumSUBcst_lng_int_int comment "(BAT,Constant) calculator function with accumulator BAT result"; command -(b:bat[:oid,:int], cst:int) :bat[:oid,:lng] address CMDbatSUBcst_lng_int_int; command -(cst:int, b:bat[:oid,:int]) :bat[:oid,:lng] address CMDcstSUBbat_lng_int_int; command -(b:bat[:oid,:int], c:bat[:oid,:int]) :bat[:oid,:lng] address CMDbatSUB_lng_int_int comment "Binary BAT calculator function with new BAT result";#line 154 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batcalc.mx" #line 66 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batcalc.mx" command -(a:bat[:oid,:sht], b:bat[:oid,:sht], c:bat[:oid,:int]):bat[:oid,:sht] address CMDbataccumSUB_int_sht_sht comment "Binary BAT calculator function with accumulator BAT result"; command -(a:bat[:oid,:sht], cst:sht, b:bat[:oid,:sht]):bat[:oid,:sht] address CMDbataccumSUBcst2_int_sht_sht comment "(BAT,Constant) calculator function with accumulator BAT result"; command -(a:bat[:oid,:sht], b:bat[:oid,:sht], cst:sht) :bat[:oid,:sht] address CMDbataccumSUBcst_int_sht_sht comment "(BAT,Constant) calculator function with accumulator BAT result"; command -(b:bat[:oid,:sht], cst:sht) :bat[:oid,:int] address CMDbatSUBcst_int_sht_sht; command -(cst:sht, b:bat[:oid,:sht]) :bat[:oid,:int] address CMDcstSUBbat_int_sht_sht; command -(b:bat[:oid,:sht], c:bat[:oid,:sht]) :bat[:oid,:int] address CMDbatSUB_int_sht_sht comment "Binary BAT calculator function with new BAT result";#line 155 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batcalc.mx" #line 66 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batcalc.mx" command -(a:bat[:oid,:int], b:bat[:oid,:sht], c:bat[:oid,:int]):bat[:oid,:int] address CMDbataccumSUB_int_int_sht comment "Binary BAT calculator function with accumulator BAT result"; command -(a:bat[:oid,:int], cst:int, b:bat[:oid,:sht]):bat[:oid,:int] address CMDbataccumSUBcst2_int_int_sht comment "(BAT,Constant) calculator function with accumulator BAT result"; command -(a:bat[:oid,:int], b:bat[:oid,:int], cst:sht) :bat[:oid,:int] address CMDbataccumSUBcst_int_int_sht comment "(BAT,Constant) calculator function with accumulator BAT result"; command -(b:bat[:oid,:int], cst:sht) :bat[:oid,:int] address CMDbatSUBcst_int_int_sht; command -(cst:int, b:bat[:oid,:sht]) :bat[:oid,:int] address CMDcstSUBbat_int_int_sht; command -(b:bat[:oid,:int], c:bat[:oid,:sht]) :bat[:oid,:int] address CMDbatSUB_int_int_sht comment "Binary BAT calculator function with new BAT result";#line 156 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batcalc.mx" #line 66 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batc
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -