Skip to content

Commit b8b8684

Browse files
authored
Modify the error message at the view modification location in the view document (#499)
1 parent 4a5b017 commit b8b8684

File tree

10 files changed

+12
-25
lines changed

10 files changed

+12
-25
lines changed

src/UserGuide/Master/Tree/User-Manual/IoTDB-View_timecho.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ In addition, for aliased sequences, if the user wants to get information about t
363363

364364
### Modify Views
365365

366-
Modifying a view, such as changing its name, modifying its calculation logic, deleting it, etc., is similar to creating a new view, in that you need to re-specify all the column descriptions for the entire view.
366+
The modification operations supported by the view include: modifying its calculation logic,modifying tag/attributes/aliases, and deleting.
367367

368368
#### Modify view data source
369369

@@ -434,7 +434,6 @@ DELETE VIEW root.view.device.avg_temperatue
434434

435435
### View Synchronisation
436436

437-
Sequence view data is always obtained via real-time queries, so data synchronisation is naturally supported.
438437

439438
#### If the dependent original sequence is deleted
440439

src/UserGuide/V1.2.x/User-Manual/IoTDB-View_timecho.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ In addition, for aliased sequences, if the user wants to get information about t
364364

365365
### 3.3 Modify Views
366366

367-
Modifying a view, such as changing its name, modifying its calculation logic, deleting it, etc., is similar to creating a new view, in that you need to re-specify all the column descriptions for the entire view.
367+
The modification operations supported by the view include: modifying its calculation logic,modifying tag/attributes/aliases, and deleting.
368368

369369
#### 3.3.1 Modify view data source
370370

@@ -435,7 +435,7 @@ DELETE VIEW root.view.device.avg_temperatue
435435

436436
### 3.4 View Synchronisation
437437

438-
Sequence view data is always obtained via real-time queries, so data synchronisation is naturally supported.
438+
439439

440440
#### If the dependent original sequence is deleted
441441

src/UserGuide/V1.3.0-2/User-Manual/IoTDB-View_timecho.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ In addition, for aliased sequences, if the user wants to get information about t
363363

364364
### Modify Views
365365

366-
Modifying a view, such as changing its name, modifying its calculation logic, deleting it, etc., is similar to creating a new view, in that you need to re-specify all the column descriptions for the entire view.
366+
The modification operations supported by the view include: modifying its calculation logic,modifying tag/attributes/aliases, and deleting.
367367

368368
#### Modify view data source
369369

@@ -434,7 +434,6 @@ DELETE VIEW root.view.device.avg_temperatue
434434

435435
### View Synchronisation
436436

437-
Sequence view data is always obtained via real-time queries, so data synchronisation is naturally supported.
438437

439438
#### If the dependent original sequence is deleted
440439

src/UserGuide/V2.0.1/Tree/User-Manual/IoTDB-View_timecho.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ In addition, for aliased sequences, if the user wants to get information about t
363363

364364
### Modify Views
365365

366-
Modifying a view, such as changing its name, modifying its calculation logic, deleting it, etc., is similar to creating a new view, in that you need to re-specify all the column descriptions for the entire view.
366+
The modification operations supported by the view include: modifying its calculation logic,modifying tag/attributes/aliases, and deleting.
367367

368368
#### Modify view data source
369369

@@ -434,8 +434,6 @@ DELETE VIEW root.view.device.avg_temperatue
434434

435435
### View Synchronisation
436436

437-
Sequence view data is always obtained via real-time queries, so data synchronisation is naturally supported.
438-
439437
#### If the dependent original sequence is deleted
440438

441439
When the sequence view is queried (when the sequence is parsed), **the empty result set** is returned if the dependent time series does not exist.

src/UserGuide/latest/User-Manual/IoTDB-View_timecho.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ In addition, for aliased sequences, if the user wants to get information about t
363363

364364
### Modify Views
365365

366-
Modifying a view, such as changing its name, modifying its calculation logic, deleting it, etc., is similar to creating a new view, in that you need to re-specify all the column descriptions for the entire view.
366+
The modification operations supported by the view include: modifying its calculation logic,modifying tag/attributes/aliases, and deleting.
367367

368368
#### Modify view data source
369369

@@ -434,7 +434,7 @@ DELETE VIEW root.view.device.avg_temperatue
434434

435435
### View Synchronisation
436436

437-
Sequence view data is always obtained via real-time queries, so data synchronisation is naturally supported.
437+
438438

439439
#### If the dependent original sequence is deleted
440440

src/zh/UserGuide/Master/Tree/User-Manual/IoTDB-View_timecho.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ WHERE temperature01 < temperature02
363363

364364
### 视图修改
365365

366-
对视图的修改,例如改名、修改计算逻辑、删除等操作,都和创建新的视图类似,需要重新指定整个视图的全部列相关的描述
366+
视图支持的修改操作包括:修改计算逻辑,修改标签/属性/别名,以及删除
367367

368368
#### 修改视图数据来源
369369

@@ -433,8 +433,6 @@ DELETE VIEW root.view.device.avg_temperatue
433433

434434
### 视图同步
435435

436-
序列视图的数据总是经由实时的查询获得,因此天然支持数据同步。
437-
438436
#### 如果依赖的原序列被删除了
439437

440438
当序列视图查询时(序列解析时),如果依赖的时间序列不存在,则**返回空结果集**

src/zh/UserGuide/V1.2.x/User-Manual/IoTDB-View_timecho.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ WHERE temperature01 < temperature02
364364

365365
### 3.3 视图修改
366366

367-
对视图的修改,例如改名、修改计算逻辑、删除等操作,都和创建新的视图类似,需要重新指定整个视图的全部列相关的描述
367+
视图支持的修改操作包括:修改计算逻辑,修改标签/属性/别名,以及删除
368368

369369
#### 3.3.1 修改视图数据来源
370370

@@ -435,7 +435,6 @@ DELETE VIEW root.view.device.avg_temperatue
435435

436436
### 3.4 视图同步
437437

438-
序列视图的数据总是经由实时的查询获得,因此天然支持数据同步。
439438

440439
#### 如果依赖的原序列被删除了
441440

src/zh/UserGuide/V1.3.0-2/User-Manual/IoTDB-View_timecho.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ WHERE temperature01 < temperature02
363363

364364
### 视图修改
365365

366-
对视图的修改,例如改名、修改计算逻辑、删除等操作,都和创建新的视图类似,需要重新指定整个视图的全部列相关的描述
366+
视图支持的修改操作包括:修改计算逻辑,修改标签/属性/别名,以及删除
367367

368368
#### 修改视图数据来源
369369

@@ -433,8 +433,6 @@ DELETE VIEW root.view.device.avg_temperatue
433433

434434
### 视图同步
435435

436-
序列视图的数据总是经由实时的查询获得,因此天然支持数据同步。
437-
438436
#### 如果依赖的原序列被删除了
439437

440438
当序列视图查询时(序列解析时),如果依赖的时间序列不存在,则**返回空结果集**

src/zh/UserGuide/V2.0.1/Tree/User-Manual/IoTDB-View_timecho.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ WHERE temperature01 < temperature02
363363

364364
### 视图修改
365365

366-
对视图的修改,例如改名、修改计算逻辑、删除等操作,都和创建新的视图类似,需要重新指定整个视图的全部列相关的描述
366+
视图支持的修改操作包括:修改计算逻辑,修改标签/属性/别名,以及删除
367367

368368
#### 修改视图数据来源
369369

@@ -433,8 +433,6 @@ DELETE VIEW root.view.device.avg_temperatue
433433

434434
### 视图同步
435435

436-
序列视图的数据总是经由实时的查询获得,因此天然支持数据同步。
437-
438436
#### 如果依赖的原序列被删除了
439437

440438
当序列视图查询时(序列解析时),如果依赖的时间序列不存在,则**返回空结果集**

src/zh/UserGuide/latest/User-Manual/IoTDB-View_timecho.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ WHERE temperature01 < temperature02
363363

364364
### 视图修改
365365

366-
对视图的修改,例如改名、修改计算逻辑、删除等操作,都和创建新的视图类似,需要重新指定整个视图的全部列相关的描述
366+
视图支持的修改操作包括:修改计算逻辑,修改标签/属性/别名,以及删除
367367

368368
#### 修改视图数据来源
369369

@@ -433,8 +433,6 @@ DELETE VIEW root.view.device.avg_temperatue
433433

434434
### 视图同步
435435

436-
序列视图的数据总是经由实时的查询获得,因此天然支持数据同步。
437-
438436
#### 如果依赖的原序列被删除了
439437

440438
当序列视图查询时(序列解析时),如果依赖的时间序列不存在,则**返回空结果集**

0 commit comments

Comments
 (0)