📄 qep00.mal
字号:
# demonstrate the QEP constructionR:= bat.new(:void,:int);S:= bat.new(:void,:int);E1:= algebra.select(R,1,3);E2:= algebra.select(S,4,9);R2:= bat.reverse(E2);J1:= algebra.join(E1,R2);optimizer.dumpQEP();
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -