📄 batifthen.mal
字号:
#line 51 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batifthen.mx" #line 24 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batifthen.mx"command batcalc.ifthen(b:bat[:oid,:bit], t:bat[:oid,:bit]) :bat[:oid,:bit] address CMDifThen_bitcomment "If-then operation to assemble a conditional result ";command batcalc.ifthen(b:bat[:oid,:bit], v:bit) :bat[:oid,:bit] address CMDifThenCst_bitcomment "Ifthen operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], v:bit,w:bit) :bat[:oid,:bit] address CMDifThenElseCst_bitcomment "Ifthen operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], t:bat[:oid,:bit], e:bat[:oid,:bit]) :bat[:oid,:bit] address CMDifThenElse_bitcomment "If-then-else operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], e:bit, t:bat[:oid,:bit]) :bat[:oid,:bit] address CMDifThenElseCst1_bitcomment "If-then-else operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], t:bat[:any_1,:bit], e:bit) :bat[:oid,:bit] address CMDifThenElseCst2_bitcomment "If-then-else operation to assemble a conditional result ";#line 51 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batifthen.mx" #line 24 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batifthen.mx"command batcalc.ifthen(b:bat[:oid,:bit], t:bat[:oid,:chr]) :bat[:oid,:chr] address CMDifThen_chrcomment "If-then operation to assemble a conditional result ";command batcalc.ifthen(b:bat[:oid,:bit], v:chr) :bat[:oid,:chr] address CMDifThenCst_chrcomment "Ifthen operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], v:chr,w:chr) :bat[:oid,:chr] address CMDifThenElseCst_chrcomment "Ifthen operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], t:bat[:oid,:chr], e:bat[:oid,:chr]) :bat[:oid,:chr] address CMDifThenElse_chrcomment "If-then-else operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], e:chr, t:bat[:oid,:chr]) :bat[:oid,:chr] address CMDifThenElseCst1_chrcomment "If-then-else operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], t:bat[:any_1,:chr], e:chr) :bat[:oid,:chr] address CMDifThenElseCst2_chrcomment "If-then-else operation to assemble a conditional result ";#line 52 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batifthen.mx" #line 24 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batifthen.mx"command batcalc.ifthen(b:bat[:oid,:bit], t:bat[:oid,:str]) :bat[:oid,:str] address CMDifThen_strcomment "If-then operation to assemble a conditional result ";command batcalc.ifthen(b:bat[:oid,:bit], v:str) :bat[:oid,:str] address CMDifThenCst_strcomment "Ifthen operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], v:str,w:str) :bat[:oid,:str] address CMDifThenElseCst_strcomment "Ifthen operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], t:bat[:oid,:str], e:bat[:oid,:str]) :bat[:oid,:str] address CMDifThenElse_strcomment "If-then-else operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], e:str, t:bat[:oid,:str]) :bat[:oid,:str] address CMDifThenElseCst1_strcomment "If-then-else operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], t:bat[:any_1,:str], e:str) :bat[:oid,:str] address CMDifThenElseCst2_strcomment "If-then-else operation to assemble a conditional result ";#line 53 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batifthen.mx" #line 24 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batifthen.mx"command batcalc.ifthen(b:bat[:oid,:bit], t:bat[:oid,:oid]) :bat[:oid,:oid] address CMDifThen_oidcomment "If-then operation to assemble a conditional result ";command batcalc.ifthen(b:bat[:oid,:bit], v:oid) :bat[:oid,:oid] address CMDifThenCst_oidcomment "Ifthen operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], v:oid,w:oid) :bat[:oid,:oid] address CMDifThenElseCst_oidcomment "Ifthen operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], t:bat[:oid,:oid], e:bat[:oid,:oid]) :bat[:oid,:oid] address CMDifThenElse_oidcomment "If-then-else operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], e:oid, t:bat[:oid,:oid]) :bat[:oid,:oid] address CMDifThenElseCst1_oidcomment "If-then-else operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], t:bat[:any_1,:oid], e:oid) :bat[:oid,:oid] address CMDifThenElseCst2_oidcomment "If-then-else operation to assemble a conditional result ";#line 54 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batifthen.mx" #line 24 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batifthen.mx"command batcalc.ifthen(b:bat[:oid,:bit], t:bat[:oid,:int]) :bat[:oid,:int] address CMDifThen_intcomment "If-then operation to assemble a conditional result ";command batcalc.ifthen(b:bat[:oid,:bit], v:int) :bat[:oid,:int] address CMDifThenCst_intcomment "Ifthen operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], v:int,w:int) :bat[:oid,:int] address CMDifThenElseCst_intcomment "Ifthen operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], t:bat[:oid,:int], e:bat[:oid,:int]) :bat[:oid,:int] address CMDifThenElse_intcomment "If-then-else operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], e:int, t:bat[:oid,:int]) :bat[:oid,:int] address CMDifThenElseCst1_intcomment "If-then-else operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], t:bat[:any_1,:int], e:int) :bat[:oid,:int] address CMDifThenElseCst2_intcomment "If-then-else operation to assemble a conditional result ";#line 55 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batifthen.mx" #line 24 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batifthen.mx"command batcalc.ifthen(b:bat[:oid,:bit], t:bat[:oid,:sht]) :bat[:oid,:sht] address CMDifThen_shtcomment "If-then operation to assemble a conditional result ";command batcalc.ifthen(b:bat[:oid,:bit], v:sht) :bat[:oid,:sht] address CMDifThenCst_shtcomment "Ifthen operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], v:sht,w:sht) :bat[:oid,:sht] address CMDifThenElseCst_shtcomment "Ifthen operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], t:bat[:oid,:sht], e:bat[:oid,:sht]) :bat[:oid,:sht] address CMDifThenElse_shtcomment "If-then-else operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], e:sht, t:bat[:oid,:sht]) :bat[:oid,:sht] address CMDifThenElseCst1_shtcomment "If-then-else operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], t:bat[:any_1,:sht], e:sht) :bat[:oid,:sht] address CMDifThenElseCst2_shtcomment "If-then-else operation to assemble a conditional result ";#line 56 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batifthen.mx" #line 24 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batifthen.mx"command batcalc.ifthen(b:bat[:oid,:bit], t:bat[:oid,:lng]) :bat[:oid,:lng] address CMDifThen_lngcomment "If-then operation to assemble a conditional result ";command batcalc.ifthen(b:bat[:oid,:bit], v:lng) :bat[:oid,:lng] address CMDifThenCst_lngcomment "Ifthen operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], v:lng,w:lng) :bat[:oid,:lng] address CMDifThenElseCst_lngcomment "Ifthen operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], t:bat[:oid,:lng], e:bat[:oid,:lng]) :bat[:oid,:lng] address CMDifThenElse_lngcomment "If-then-else operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], e:lng, t:bat[:oid,:lng]) :bat[:oid,:lng] address CMDifThenElseCst1_lngcomment "If-then-else operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], t:bat[:any_1,:lng], e:lng) :bat[:oid,:lng] address CMDifThenElseCst2_lngcomment "If-then-else operation to assemble a conditional result ";#line 57 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batifthen.mx" #line 24 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batifthen.mx"command batcalc.ifthen(b:bat[:oid,:bit], t:bat[:oid,:flt]) :bat[:oid,:flt] address CMDifThen_fltcomment "If-then operation to assemble a conditional result ";command batcalc.ifthen(b:bat[:oid,:bit], v:flt) :bat[:oid,:flt] address CMDifThenCst_fltcomment "Ifthen operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], v:flt,w:flt) :bat[:oid,:flt] address CMDifThenElseCst_fltcomment "Ifthen operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], t:bat[:oid,:flt], e:bat[:oid,:flt]) :bat[:oid,:flt] address CMDifThenElse_fltcomment "If-then-else operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], e:flt, t:bat[:oid,:flt]) :bat[:oid,:flt] address CMDifThenElseCst1_fltcomment "If-then-else operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], t:bat[:any_1,:flt], e:flt) :bat[:oid,:flt] address CMDifThenElseCst2_fltcomment "If-then-else operation to assemble a conditional result ";#line 58 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batifthen.mx" #line 24 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batifthen.mx"command batcalc.ifthen(b:bat[:oid,:bit], t:bat[:oid,:dbl]) :bat[:oid,:dbl] address CMDifThen_dblcomment "If-then operation to assemble a conditional result ";command batcalc.ifthen(b:bat[:oid,:bit], v:dbl) :bat[:oid,:dbl] address CMDifThenCst_dblcomment "Ifthen operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], v:dbl,w:dbl) :bat[:oid,:dbl] address CMDifThenElseCst_dblcomment "Ifthen operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], t:bat[:oid,:dbl], e:bat[:oid,:dbl]) :bat[:oid,:dbl] address CMDifThenElse_dblcomment "If-then-else operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], e:dbl, t:bat[:oid,:dbl]) :bat[:oid,:dbl] address CMDifThenElseCst1_dblcomment "If-then-else operation to assemble a conditional result ";command batcalc.ifthenelse(b:bat[:oid,:bit], t:bat[:any_1,:dbl], e:dbl) :bat[:oid,:dbl] address CMDifThenElseCst2_dblcomment "If-then-else operation to assemble a conditional result ";#line 59 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/batifthen.mx"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -