You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2020/03/05 11:13:43 UTC

[GitHub] [incubator-iotdb] samperson1997 commented on a change in pull request #884: [IOTDB-399]修改了一些文档

samperson1997 commented on a change in pull request #884: [IOTDB-399]修改了一些文档
URL: https://github.com/apache/incubator-iotdb/pull/884#discussion_r388224663
 
 

 ##########
 File path: docs/Documentation-CHN/UserGuide/5-Operation Manual/2-DML (Data Manipulation Language).md
 ##########
 @@ -309,8 +309,384 @@ select last id, status, temperature from root.ln.wf01 disable align
 |  9   | root.ln.wf01.wt01.temperature| 35.7  |
 ```
 
+### 自动填充
+
+在IoTDB的实际使用中,当进行时间序列的查询操作时,可能会出现在某些时间点值为null的情况,这会妨碍用户进行进一步的分析。 为了更好地反映数据更改的程度,用户希望可以自动填充缺失值。 因此,IoTDB系统引入了自动填充功能。
+
+自动填充功能是指对单列或多列执行时间序列查询时,根据用户指定的方法和有效时间范围填充空值。 如果查询点的值不为null,则填充功能将不起作用。
+
+> 注意:在当前版本中,IoTDB为用户提供两种方法:Previous 和Linear。 previous 方法用前一个值填充空白。 Linear方法通过线性拟合来填充空白。 并且填充功能只能在执行时间点查询时使用。
 
 Review comment:
   ```suggestion
   > 注意:在当前版本中,IoTDB为用户提供两种方法:Previous 和Linear。 Previous 方法用前一个值填充空白。 Linear方法通过线性拟合来填充空白。 并且填充功能只能在执行时间点查询时使用。
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services