⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 return_types_of_head_and_tail.sf-701641.stable.out

📁 一个内存数据库的源代码这是服务器端还有客户端
💻 OUT
字号:
stdout of test 'return_types_of_head_and_tail.SF-701641` in directory 'tests/BugDay_2005-10-06_4.9.3` itself:# 17:35:43 >  # 17:35:43 >  Mtimeout -timeout 60 Mserver "--config=/ufs/manegold/_/scratch0/Monet/Testing/Current/.GNU.64.64.d.--enable-debug.PREFIX./MONETDB/etc/MonetDB.conf" --debug=10 --set "monet_mod_path=/ufs/manegold/_/scratch0/Monet/Testing/Current/.GNU.64.64.d.--enable-debug.PREFIX./MONETDB/lib/MonetDB:/ufs/manegold/_/scratch0/Monet/Testing/Current/.GNU.64.64.d.--enable-debug.PREFIX./MONETDB/lib/bin" --set "gdk_dbfarm=/ufs/manegold/_/scratch0/Monet/Testing/Current/.GNU.64.64.d.--enable-debug.PREFIX./MONETDB/var/MonetDB/dbfarm" --set "sql_logdir=/ufs/manegold/_/scratch0/Monet/Testing/Current/.GNU.64.64.d.--enable-debug.PREFIX./MONETDB/var/MonetDB/log" --set mapi_port=35715 --set sql_port=46074 --set xquery_port=55705 --set monet_prompt= --trace --dbname=mTests_tests_BugDay_2005-10-06  < return_types_of_head_and_tail.SF-701641.milS# 17:35:43 >  !WARNING: GDKlockHome: ignoring empty or invalid .gdk_lock.!WARNING: BBPdir: initializing BBP.# Monet Database Server V4.99.19# Copyright (c) 1993-2005, CWI. All rights reserved.# Compiled for x86_64-redhat-linux-gnu/64bit with 64bit OIDs; dynamically linked.# Visit http://monetdb.cwi.nl/ for further information.#x := bat.new(:oid,:int);#(ht,tt):= inspect.getType(x); io.print(ht); io.print(tt);##hi:= inspect.getTypeIndex(ht); io.print(hi);#hs:= inspect.getTypeName(hi); io.print(hs);##s:= "hello";#st:= inspect.getType(s); io.print(st);#function user.main():void;	# 0  (main:void)    x := bat.new(:oid,:int);	# 1 CMDBATnew (x:bat[:oid,:int])<-(_2:oid)(_3:int)    (ht,tt):= inspect.getType(x);	# 2 INSPECTtypeName (ht:str)(tt:str)<-(x:bat[:oid,:int])    io.print(ht);	# 3 IOprint_val (_6:void)<-(ht:str)    io.print(tt);	# 4 IOprint_val (_7:void)<-(tt:str)    hi := inspect.getTypeIndex(ht);	# 5 INSPECTtypeIndex (hi:int)<-(ht:str)    io.print(hi);	# 6 IOprint_val (_9:void)<-(hi:int)    hs := inspect.getTypeName(hi);	# 7 INSPECTtypename (hs:str)<-(hi:int)    io.print(hs);	# 8 IOprint_val (_11:void)<-(hs:str)    s := "hello";	# 9  (s:str)<-(_13:str)    st := inspect.getType(s);	# 10 INSPECTtypeName (st:str)<-(s:str)    io.print(st);	# 11 IOprint_val (_15:void)<-(st:str)end main;	# 12  [ "oid" ][ "int" ][ 13 ][ "str" ][ "str" ]# 17:35:43 >  # 17:35:43 >  Done.# 17:35:43 >  

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -