📄 tst150.stable.out
字号:
stdout of test 'tst150` in directory 'src/mal` itself:# 07:59:05 > # 07:59:05 > Mtimeout -timeout 60 Mserver "--config=/ufs/mk/monet5/Linux/etc/MonetDB5.conf" --debug=10 --set "monet_mod_path=/ufs/mk/monet5/Linux/lib/MonetDB5:/ufs/mk/opensource/MonetDB/Linux/lib/MonetDB" --set "gdk_dbfarm=/ufs/mk/monet5/Linux/var/MonetDB5/dbfarm" --set "sql_logdir=/ufs/mk/monet5/Linux/var/MonetDB5/log" --set mapi_port=42158 --set sql_port=55708 --set monet_prompt= --trace "--config=/ufs/mk/monet5/src/mal/Tests/All.conf" --dbname=mTests_src_mal tst150.mal </dev/null# 07:59:05 > # Monet Database Server V4.99.19# Copyright (c) 1993-2004, CWI. All rights reserved.# Compiled for i686-redhat-linux-gnu/32bit; dynamically linked.# config:/ufs/mk/monet5/Linux/etc/MonetDB5.conf# dbfarm:/ufs/mk/monet5/Linux/var/MonetDB5/dbfarm# dbname:mTests_src_mal# Visit http://monetdb.cwi.nl/ for further information.#command user.lookup(nme:str):bat[:str,:str] !MALException:MAL.getAddress:address of 'user.CMDlookup' not foundcommand user.lookup(nme:str):bat[:str,:str] address CMDlookup; # 0 (lookup:bat[:str,:str])<-(nme:str)#function sample(nme:str, val:any):bit;# b := lookup(nme); #find a bat# h := select(b,val,val);# t := count(h);# x := print(t);# y := print(val);# return sample:=true;#end sample;function user.sample(nme:str,val:any_1):bit; # 0 (sample:bit)<-(nme:str)(val:any_1) b := user.lookup(nme); # 1 (b:bat[:str,:str])<-(nme:str)#find a bat # 2 (_5:str) h := algebra.select(b,val,val); # 3 (h:any)<-(b:bat[:str,:str])(val:any_1)(val:any_1) t := aggr.count(h); # 4 (t:any)<-(h:any) x := io.print(t); # 5 IOprint_val (x:void)<-(t:any) y := io.print(val); # 6 IOprint_val (y:void)<-(val:any_1) return sample := true; # 7 (sample:bit)<-(_9:bit)end sample; # 8 #user.sample("hello","world");#user.sample("hello",1);#!TypeException:user.main[1]:'user.sample' undefined in: _1:bit := user.sample(_2:str, _3:str)!TypeException:user.main[2]:'user.sample' undefined in: _4:bit := user.sample(_2:str, _5:int)function user.main():void; # 0 (main:void) user.sample("hello","world"); # 1 unknown (_1:bit)<-(_2:str)(_3:str) user.sample("hello",1); # 2 unknown (_4:bit)<-(_2:str)(_5:int)end main; # 3 # 07:59:05 > # 07:59:05 > Done.# 07:59:05 >
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -