📄 batcalc.mal
字号:
command *(a:bat[:oid,:sht], b:bat[:oid,:sht], cst:int) :bat[:oid,:sht] address CMDbataccumMULcst_lng_sht_int comment "(BAT,Constant) calculator function with accumulator BAT result"; command *(b:bat[:oid,:sht], cst:int) :bat[:oid,:lng] address CMDbatMULcst_lng_sht_int; command *(cst:sht, b:bat[:oid,:int]) :bat[:oid,:lng] address CMDcstMULbat_lng_sht_int; command *(b:bat[:oid,:sht], c:bat[:oid,:int]) :bat[:oid,:lng] address CMDbatMUL_lng_sht_int comment "Binary BAT calculator function with new BAT result";#line 132 "/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 CMDbataccumMUL_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 CMDbataccumMULcst2_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 CMDbataccumMULcst_lng_lng_sht comment "(BAT,Constant) calculator function with accumulator BAT result"; command *(b:bat[:oid,:lng], cst:sht) :bat[:oid,:lng] address CMDbatMULcst_lng_lng_sht; command *(cst:lng, b:bat[:oid,:sht]) :bat[:oid,:lng] address CMDcstMULbat_lng_lng_sht; command *(b:bat[:oid,:lng], c:bat[:oid,:sht]) :bat[:oid,:lng] address CMDbatMUL_lng_lng_sht comment "Binary BAT calculator function with new BAT result";#line 133 "/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 CMDbataccumMUL_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 CMDbataccumMULcst2_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 CMDbataccumMULcst_lng_sht_lng comment "(BAT,Constant) calculator function with accumulator BAT result"; command *(b:bat[:oid,:sht], cst:lng) :bat[:oid,:lng] address CMDbatMULcst_lng_sht_lng; command *(cst:sht, b:bat[:oid,:lng]) :bat[:oid,:lng] address CMDcstMULbat_lng_sht_lng; command *(b:bat[:oid,:sht], c:bat[:oid,:lng]) :bat[:oid,:lng] address CMDbatMUL_lng_sht_lng comment "Binary BAT calculator function with new BAT result";#line 134 "/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,:lng]):bat[:oid,:sht] address CMDbataccumMUL_lng_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 CMDbataccumMULcst2_lng_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 CMDbataccumMULcst_lng_sht_sht comment "(BAT,Constant) calculator function with accumulator BAT result"; command *(b:bat[:oid,:sht], cst:sht) :bat[:oid,:lng] address CMDbatMULcst_lng_sht_sht; command *(cst:sht, b:bat[:oid,:sht]) :bat[:oid,:lng] address CMDcstMULbat_lng_sht_sht; command *(b:bat[:oid,:sht], c:bat[:oid,:sht]) :bat[:oid,:lng] address CMDbatMUL_lng_sht_sht comment "Binary BAT calculator function with new BAT result";#line 135 "/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,:int], c:bat[:oid,:lng]):bat[:oid,:lng] address CMDbataccumMUL_lng_lng_int comment "Binary BAT calculator function with accumulator BAT result"; command *(a:bat[:oid,:lng], cst:lng, b:bat[:oid,:int]):bat[:oid,:lng] address CMDbataccumMULcst2_lng_lng_int comment "(BAT,Constant) calculator function with accumulator BAT result"; command *(a:bat[:oid,:lng], b:bat[:oid,:lng], cst:int) :bat[:oid,:lng] address CMDbataccumMULcst_lng_lng_int comment "(BAT,Constant) calculator function with accumulator BAT result"; command *(b:bat[:oid,:lng], cst:int) :bat[:oid,:lng] address CMDbatMULcst_lng_lng_int; command *(cst:lng, b:bat[:oid,:int]) :bat[:oid,:lng] address CMDcstMULbat_lng_lng_int; command *(b:bat[:oid,:lng], c:bat[:oid,:int]) :bat[:oid,:lng] address CMDbatMUL_lng_lng_int comment "Binary BAT calculator function with new BAT result";#line 136 "/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 CMDbataccumMUL_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 CMDbataccumMULcst2_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 CMDbataccumMULcst_lng_int_lng comment "(BAT,Constant) calculator function with accumulator BAT result"; command *(b:bat[:oid,:int], cst:lng) :bat[:oid,:lng] address CMDbatMULcst_lng_int_lng; command *(cst:int, b:bat[:oid,:lng]) :bat[:oid,:lng] address CMDcstMULbat_lng_int_lng; command *(b:bat[:oid,:int], c:bat[:oid,:lng]) :bat[:oid,:lng] address CMDbatMUL_lng_int_lng comment "Binary BAT calculator function with new BAT result";#line 137 "/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 CMDbataccumMUL_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 CMDbataccumMULcst2_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 CMDbataccumMULcst_lng_int_int comment "(BAT,Constant) calculator function with accumulator BAT result"; command *(b:bat[:oid,:int], cst:int) :bat[:oid,:lng] address CMDbatMULcst_lng_int_int; command *(cst:int, b:bat[:oid,:int]) :bat[:oid,:lng] address CMDcstMULbat_lng_int_int; command *(b:bat[:oid,:int], c:bat[:oid,:int]) :bat[:oid,:lng] address CMDbatMUL_lng_int_int comment "Binary BAT calculator function with new BAT result";#line 138 "/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 CMDbataccumMUL_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 CMDbataccumMULcst2_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 CMDbataccumMULcst_int_sht_sht comment "(BAT,Constant) calculator function with accumulator BAT result"; command *(b:bat[:oid,:sht], cst:sht) :bat[:oid,:int] address CMDbatMULcst_int_sht_sht; command *(cst:sht, b:bat[:oid,:sht]) :bat[:oid,:int] address CMDcstMULbat_int_sht_sht; command *(b:bat[:oid,:sht], c:bat[:oid,:sht]) :bat[:oid,:int] address CMDbatMUL_int_sht_sht comment "Binary BAT calculator function with new BAT result";#line 139 "/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 CMDbataccumMUL_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 CMDbataccumMULcst2_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 CMDbataccumMULcst_int_int_sht comment "(BAT,Constant) calculator function with accumulator BAT result"; command *(b:bat[:oid,:int], cst:sht) :bat[:oid,:int] address CMDbatMULcst_int_int_sht; command *(cst:int, b:bat[:oid,:sht]) :bat[:oid,:int] address CMDcstMULbat_int_int_sht; command *(b:bat[:oid,:int], c:bat[:oid,:sht]) :bat[:oid,:int] address CMDbatMUL_int_int_sht comment "Binary BAT calculator function with new BAT result";#line 140 "/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,:int]):bat[:oid,:sht] address CMDbataccumMUL_int_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 CMDbataccumMULcst2_int_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 CMDbataccumMULcst_int_sht_int comment "(BAT,Constant) calculator function with accumulator BAT result"; command *(b:bat[:oid,:sht], cst:int) :bat[:oid,:int] address CMDbatMULcst_int_sht_int; command *(cst:sht, b:bat[:oid,:int]) :bat[:oid,:int] address CMDcstMULbat_int_sht_int; command *(b:bat[:oid,:sht], c:bat[:oid,:int]) :bat[:oid,:int] address CMDbatMUL_int_sht_int comment "Binary BAT calculator function with new BAT result";#line 141 "/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,:sht]):bat[:oid,:sht] address CMDbataccumMUL_sht_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 CMDbataccumMULcst2_sht_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 CMDbataccumMULcst_sht_sht_sht comment "(BAT,Constant) calculator function with accumulator BAT result"; command *(b:bat[:oid,:sht], cst:sht) :bat[:oid,:sht] address CMDbatMULcst_sht_sht_sht; command *(cst:sht, b:bat[:oid,:sht]) :bat[:oid,:sht] address CMDcstMULbat_sht_sht_sht; command *(b:bat[:oid,:sht], c:bat[:oid,:sht]) :bat[:oid,:sht] address CMDbatMUL_sht_sht_sht comment "Binary BAT calculator function with new BAT result";#line 142 "/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 CMDbataccumMUL_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 CMDbataccumMULcst2_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 CMDbataccumMULcst_lng_lng_lng comment "(BAT,Constant) calculator function with accumulator BAT result"; command *(b:bat[:oid,:lng], cst:lng) :bat[:oid,:lng] address CMDbatMULcst_lng_lng_lng; command *(cst:lng, b:bat[:oid,:lng]) :bat[:oid,:lng] address CMDcstMULbat_lng_lng_lng; command *(b:bat[:oid,:lng], c:bat[:oid,:lng]) :bat[:oid,:lng] address CMDbatMUL_lng_lng_lng comment "Binary BAT calculator function with new BAT result";#line 143 "/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,:int]):bat[:oid,:int] address CMDbataccumMUL_int_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]
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -