📄 test_00.stable.out
字号:
stdout of test 'test_00` in directory 'tests/suite_06` itself:#> Mtest: milS test_00 milS#> Mtest: Mtimeout -timeout 210 Mserver -modulesilent -yaccsilent -d8 -db tests_suite_06 -single test_00.milS# Monet Database Server V4.1# Copyright (c) 1993-1999, CWI & SION. All rights reserved.# compiled for IRIX646.5/32bit on Fri Jan 14 01:04:33 MET 2000.#script:test_00.milS# Monet Database Server V4.3.5# Copyright (c) 1993-2002, CWI. All rights reserved.# compiled for i686-pc-linux-gnu/32bit; dynamically linked.setoid(oid(20000000));#create two tables and check out the alignment codevar t:= new(int, int);t.insert(1,2);t.insert(3,6);t.insert(13,14);t.insert(17,16);t.insert(19,18);t.insert(5,8);t.insert(7,10);t.insert(2,4);t.insert(11,12);print(t.ordered());[ false ]print(t.reverse().ordered());[ false ]var t2:= t.copy();t2.access(BAT_WRITE);#t2.order;module("cluster");t2.order();print(t2.ordered());[ true ]t2.print();#-----------------## BAT: tmp_26 ## (int) (int) ##-----------------#[ 1, 2 ][ 2, 4 ][ 3, 6 ][ 5, 8 ][ 7, 10 ][ 11, 12 ][ 13, 14 ][ 17, 16 ][ 19, 18 ]print(t2.aligned(t));!ERROR: interpret: no matching MIL operator to 'aligned(BAT[int,int], BAT[int,int])'.!ERROR: interpret_params: print(param 1): evaluation error.print(t2.synced(t));[ false ]#t.sync(t2);t.print();#-----------------## BAT: tmp_25 ## (int) (int) ##-----------------#[ 1, 2 ][ 3, 6 ][ 13, 14 ][ 17, 16 ][ 19, 18 ][ 5, 8 ][ 7, 10 ][ 2, 4 ][ 11, 12 ]print(t2.aligned(t));!ERROR: interpret: no matching MIL operator to 'aligned(BAT[int,int], BAT[int,int])'.!ERROR: interpret_params: print(param 1): evaluation error.print(t2.synced(t));[ false ]quit();# 17:09:12 > # 17:09:12 > Done.# 17:09:12 >
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -