This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch rel/0.12
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/rel/0.12 by this push:
new 4c57a9e [IOTDB-1481] Modify the format problem in the IoTDB v0.12
UserGuide (#3535)
4c57a9e is described below
commit 4c57a9e17268a2af5a9575cbbb97a7c631f3039c
Author: ZhangHongYin <[email protected]>
AuthorDate: Mon Jul 12 13:20:02 2021 +0800
[IOTDB-1481] Modify the format problem in the IoTDB v0.12 UserGuide (#3535)
---
.../zh/UserGuide/IoTDB-SQL-Language/DML-Data-Manipulation-Language.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/docs/zh/UserGuide/IoTDB-SQL-Language/DML-Data-Manipulation-Language.md
b/docs/zh/UserGuide/IoTDB-SQL-Language/DML-Data-Manipulation-Language.md
index a568a71..3316d17 100644
--- a/docs/zh/UserGuide/IoTDB-SQL-Language/DML-Data-Manipulation-Language.md
+++ b/docs/zh/UserGuide/IoTDB-SQL-Language/DML-Data-Manipulation-Language.md
@@ -723,7 +723,7 @@ select <path> from <prefixPath> where time = <T>
fill(<data_type>[previous, <bef
| path, prefixPath | 查询路径; 必填项
|
| T | 查询时间戳(只能指定一个); 必填项 |
| data\_type | 填充方法使用的数据类型。
可选值是int32,int64,float,double,boolean,text; 可选字段 |
-| before\_range | 表示前一种方法的有效时间范围。 当[T-before \
_range,T]范围内的值存在时,前一种方法将起作用。
如果未指定before_range,则before_range会使用默认值default_fill_interval; -1表示无穷大; 可选字段 |
+| before\_range | 表示前一种方法的有效时间范围。 当[T-before
\_range,T]范围内的值存在时,前一种方法将起作用。
如果未指定before_range,则before_range会使用默认值default_fill_interval; -1表示无穷大; 可选字段 |
</center>
@@ -794,7 +794,7 @@ select temperature from root.sgcc.wf03.wt01 where time =
2017-11-01T16:37:50.000
意思是:
-由于时间根目录root.sgcc.wf03.wt01.temperature在2017-11-01T16:37:50.000为空,因此系统使用以前的时间戳2017-11-01T16:37:00.000(且时间戳位于[2017-
11-01T16:36:50.000,2017-11-01T16:37:50.000]时间范围)及其值21.927326,下一个时间戳记2017-11-01T16:38:00.000(且时间戳记位于[2017-11-11]
01T16:37:50.000、2017-11-01T16:38:50.000]时间范围)及其值25.311783以执行线性拟合计算:
+由于时间根目录root.sgcc.wf03.wt01.temperature在2017-11-01T16:37:50.000为空,因此系统使用以前的时间戳2017-11-01T16:37:00.000(且时间戳位于[2017-11-01T16:36:50.000,
2017-11-01T16:37:50.000]时间范围)及其值21.927326,下一个时间戳记2017-11-01T16:38:00.000(且时间戳记位于[2017-11-01T16:37:50.000,
2017-11-01T16:38:50.000]时间范围)及其值25.311783以执行线性拟合计算:
21.927326 +(25.311783-21.927326)/ 60s * 50s = 24.747707