Skip to content

Commit 720aaa8

Browse files
committed
split document
1 parent 6f3ab62 commit 720aaa8

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

src/UserGuide/latest/Basic-Concept/Query-Data_apache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ The supported operators are as follows:
454454

455455
### 3.1 Time Filter
456456

457-
Use time filters to filter data for a specific time range. For supported formats of timestamps, please refer to [Timestamp](../Background-knowledge/Data-Type_apache.md) .
457+
Use time filters to filter data for a specific time range. For supported formats of timestamps, please refer to [Timestamp](../Background-knowledge/Data-Type.md) .
458458

459459
An example is as follows:
460460

@@ -2948,7 +2948,7 @@ This statement specifies that `root.sg_copy.d1` is an unaligned device and `root
29482948
#### Other points to note
29492949
29502950
- For general aggregation queries, the timestamp is meaningless, and the convention is to use 0 to store.
2951-
- When the target time-series exists, the data type of the source column and the target time-series must be compatible. About data type compatibility, see the document [Data Type](../Background-knowledge/Data-Type_apache.md).
2951+
- When the target time-series exists, the data type of the source column and the target time-series must be compatible. About data type compatibility, see the document [Data Type](../Background-knowledge/Data-Type.md).
29522952
- When the target time series does not exist, the system automatically creates it (including the database).
29532953
- When the queried time series does not exist, or the queried sequence does not have data, the target time series will not be created automatically.
29542954

src/UserGuide/latest/Basic-Concept/Query-Data_timecho.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ The supported operators are as follows:
454454

455455
### 3.1 Time Filter
456456

457-
Use time filters to filter data for a specific time range. For supported formats of timestamps, please refer to [Timestamp](../Background-knowledge/Data-Type_timecho.md) .
457+
Use time filters to filter data for a specific time range. For supported formats of timestamps, please refer to [Timestamp](../Background-knowledge/Data-Type.md) .
458458

459459
An example is as follows:
460460

@@ -2948,7 +2948,7 @@ This statement specifies that `root.sg_copy.d1` is an unaligned device and `root
29482948
#### Other points to note
29492949
29502950
- For general aggregation queries, the timestamp is meaningless, and the convention is to use 0 to store.
2951-
- When the target time-series exists, the data type of the source column and the target time-series must be compatible. About data type compatibility, see the document [Data Type](../Background-knowledge/Data-Type_timecho.md).
2951+
- When the target time-series exists, the data type of the source column and the target time-series must be compatible. About data type compatibility, see the document [Data Type](../Background-knowledge/Data-Type.md).
29522952
- When the target time series does not exist, the system automatically creates it (including the database).
29532953
- When the queried time series does not exist, or the queried sequence does not have data, the target time series will not be created automatically.
29542954

src/UserGuide/latest/Basic-Concept/Write-Data_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Writing a repeat timestamp covers the original timestamp data, which can be rega
3131

3232
### 1.1 Use of INSERT Statements
3333

34-
The [INSERT SQL statement](../SQL-Manual/SQL-Manual_apache#insert-data) statement is used to insert data into one or more specified timeseries created. For each point of data inserted, it consists of a [timestamp](../Basic-Concept/Operate-Metadata.md) and a sensor acquisition value (see [Data Type](../Background-knowledge/Data-Type_apache.md)).
34+
The [INSERT SQL statement](../SQL-Manual/SQL-Manual_apache#insert-data) statement is used to insert data into one or more specified timeseries created. For each point of data inserted, it consists of a [timestamp](../Basic-Concept/Operate-Metadata.md) and a sensor acquisition value (see [Data Type](../Background-knowledge/Data-Type.md)).
3535

3636
In the scenario of this section, take two timeseries `root.ln.wf02.wt02.status` and `root.ln.wf02.wt02.hardware` as an example, and their data types are BOOLEAN and TEXT, respectively.
3737

src/UserGuide/latest/Basic-Concept/Write-Data_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Writing a repeat timestamp covers the original timestamp data, which can be rega
3131

3232
### 1.1 Use of INSERT Statements
3333

34-
The [INSERT SQL statement](../SQL-Manual/SQL-Manual_timecho#insert-data) statement is used to insert data into one or more specified timeseries created. For each point of data inserted, it consists of a [timestamp](../Basic-Concept/Operate-Metadata.md) and a sensor acquisition value (see [Data Type](../Background-knowledge/Data-Type_timecho.md)).
34+
The [INSERT SQL statement](../SQL-Manual/SQL-Manual_timecho#insert-data) statement is used to insert data into one or more specified timeseries created. For each point of data inserted, it consists of a [timestamp](../Basic-Concept/Operate-Metadata.md) and a sensor acquisition value (see [Data Type](../Background-knowledge/Data-Type.md)).
3535

3636
In the scenario of this section, take two timeseries `root.ln.wf02.wt02.status` and `root.ln.wf02.wt02.hardware` as an example, and their data types are BOOLEAN and TEXT, respectively.
3737

src/zh/UserGuide/latest/Basic-Concept/Query-Data_apache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ It costs 0.021s
705705
706706
### 3.1 时间过滤条件
707707
708-
使用时间过滤条件可以筛选特定时间范围的数据。对于时间戳支持的格式,请参考 [时间戳类型](../Background-knowledge/Data-Type_apache.md) 。
708+
使用时间过滤条件可以筛选特定时间范围的数据。对于时间戳支持的格式,请参考 [时间戳类型](../Background-knowledge/Data-Type.md) 。
709709
710710
示例如下:
711711
@@ -2975,7 +2975,7 @@ select s1, s2 into root.sg_copy.d1(t1, t2), aligned root.sg_copy.d2(t1, t2) from
29752975
#### 其他要注意的点
29762976
29772977
- 对于一般的聚合查询,时间戳是无意义的,约定使用 0 来存储。
2978-
- 当目标序列存在时,需要保证源序列和目标时间序列的数据类型兼容。关于数据类型的兼容性,查看文档 [数据类型](../Background-knowledge/Data-Type_apache.md#数据类型兼容性)。
2978+
- 当目标序列存在时,需要保证源序列和目标时间序列的数据类型兼容。关于数据类型的兼容性,查看文档 [数据类型](../Background-knowledge/Data-Type.md#数据类型兼容性)。
29792979
- 当目标序列不存在时,系统将自动创建目标序列(包括 database)。
29802980
- 当查询的序列不存在或查询的序列不存在数据,则不会自动创建目标序列。
29812981

src/zh/UserGuide/latest/Basic-Concept/Query-Data_timecho.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ It costs 0.021s
705705
706706
### 3.1 时间过滤条件
707707
708-
使用时间过滤条件可以筛选特定时间范围的数据。对于时间戳支持的格式,请参考 [时间戳类型](../Background-knowledge/Data-Type_timecho.md) 。
708+
使用时间过滤条件可以筛选特定时间范围的数据。对于时间戳支持的格式,请参考 [时间戳类型](../Background-knowledge/Data-Type.md) 。
709709
710710
示例如下:
711711
@@ -2975,7 +2975,7 @@ select s1, s2 into root.sg_copy.d1(t1, t2), aligned root.sg_copy.d2(t1, t2) from
29752975
#### 其他要注意的点
29762976
29772977
- 对于一般的聚合查询,时间戳是无意义的,约定使用 0 来存储。
2978-
- 当目标序列存在时,需要保证源序列和目标时间序列的数据类型兼容。关于数据类型的兼容性,查看文档 [数据类型](../Background-knowledge/Data-Type_timecho.md#数据类型兼容性)。
2978+
- 当目标序列存在时,需要保证源序列和目标时间序列的数据类型兼容。关于数据类型的兼容性,查看文档 [数据类型](../Background-knowledge/Data-Type.md#数据类型兼容性)。
29792979
- 当目标序列不存在时,系统将自动创建目标序列(包括 database)。
29802980
- 当查询的序列不存在或查询的序列不存在数据,则不会自动创建目标序列。
29812981

0 commit comments

Comments
 (0)