Skip to content

Commit a95e1ca

Browse files
authored
Add system tables in table model (#689)
* add system tables in table model * add system tables in table model * adjust sidebar and path * adjust sidebar
1 parent 23f4d4e commit a95e1ca

File tree

12 files changed

+1318
-0
lines changed

12 files changed

+1318
-0
lines changed

Diff for: src/.vuepress/sidebar/V2.0.x/en-Table.ts

+1
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ export const enSidebar = {
193193
{ text: 'Sample Data', link: 'Sample-Data' },
194194
{ text: 'Config Manual', link: 'System-Config-Manual' },
195195
{ text: 'Status Codes', link: 'Status-Codes' },
196+
{ text: 'System Tables', link: 'System-Tables' },
196197
],
197198
},
198199
],

Diff for: src/.vuepress/sidebar/V2.0.x/zh-Table.ts

+1
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ export const zhSidebar = {
183183
{ text: '示例数据', link: 'Sample-Data' },
184184
{ text: '配置参数', link: 'System-Config-Manual' },
185185
{ text: '状态码', link: 'Status-Codes' },
186+
{ text: '系统表', link: 'System-Tables' },
186187
],
187188
},
188189
],

Diff for: src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts

+1
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ export const enSidebar = {
198198
{ text: 'Sample Data', link: 'Sample-Data' },
199199
{ text: 'Config Manual', link: 'System-Config-Manual' },
200200
{ text: 'Status Codes', link: 'Status-Codes' },
201+
{ text: 'System Tables', link: 'System-Tables' },
201202
],
202203
},
203204
],

Diff for: src/.vuepress/sidebar_timecho/V2.0.x/zh-Table.ts

+1
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ export const zhSidebar = {
187187
{ text: '示例数据', link: 'Sample-Data' },
188188
{ text: '配置参数', link: 'System-Config-Manual' },
189189
{ text: '状态码', link: 'Status-Codes' },
190+
{ text: '系统表', link: 'System-Tables' },
190191
],
191192
},
192193
],

Diff for: src/UserGuide/Master/Table/Reference/System-Tables.md

+326
Large diffs are not rendered by default.

Diff for: src/UserGuide/Master/Table/User-Manual/Maintenance-commands.md

+2
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,8 @@ IoTDB> SHOW CURRENT_TIMESTAMP;
261261

262262
**Description**: Displays information about all currently executing queries.
263263

264+
> For more details on how to use system tables, please refer to [System Tables](../Reference/System-Tables.md)
265+
264266
**Syntax**:
265267

266268
```SQL

Diff for: src/UserGuide/latest-Table/Reference/System-Tables.md

+326
Large diffs are not rendered by default.

Diff for: src/UserGuide/latest-Table/User-Manual/Maintenance-commands.md

+2
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,8 @@ IoTDB> SHOW CURRENT_TIMESTAMP;
261261

262262
**Description**: Displays information about all currently executing queries.
263263

264+
> For more details on how to use system tables, please refer to [System Tables](../Reference/System-Tables.md)
265+
264266
**Syntax**:
265267

266268
```SQL

Diff for: src/zh/UserGuide/Master/Table/Reference/System-Tables.md

+327
Large diffs are not rendered by default.

Diff for: src/zh/UserGuide/Master/Table/User-Manual/Maintenance-statement.md

+2
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,8 @@ IoTDB> SHOW CURRENT_TIMESTAMP
262262

263263
**含义**:用于显示所有正在执行的查询信息。
264264

265+
> 更多系统表使用方法请参考[系统表](../Reference/System-Tables.md)
266+
265267
#### 语法:
266268

267269
```SQL

Diff for: src/zh/UserGuide/latest-Table/Reference/System-Tables.md

+327
Large diffs are not rendered by default.

Diff for: src/zh/UserGuide/latest-Table/User-Manual/Maintenance-statement.md

+2
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,8 @@ IoTDB> SHOW CURRENT_TIMESTAMP
262262

263263
**含义**:用于显示所有正在执行的查询信息。
264264

265+
> 更多系统表使用方法请参考[系统表](../Reference/System-Tables.md)
266+
265267
#### 语法:
266268

267269
```SQL

0 commit comments

Comments
 (0)