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 2019/11/25 07:53:11 UTC

[GitHub] [incubator-iotdb] JackieTien97 commented on a change in pull request #570: [IOTDB-217] A new GROUPBY syntax with supporting inner interval

JackieTien97 commented on a change in pull request #570: [IOTDB-217] A new GROUPBY syntax with supporting inner interval
URL: https://github.com/apache/incubator-iotdb/pull/570#discussion_r350028746
 
 

 ##########
 File path: docs/Documentation-CHN/UserGuide/5-Operation Manual/2-DML (Data Manipulation Language).md
 ##########
 @@ -147,13 +147,13 @@ select wf01.wt01.status,wf02.wt02.hardware from root.ln where (time > 2017-11-01
 
 ### 降频聚合查询
 
-本章节主要介绍降频聚合查询的相关示例,主要使用的是IoTDB SELECT语句的[GROUP BY子句](/#/Documents/progress/chap5/sec4),该子句是IoTDB中用于根据用户给定划分条件对结果集进行划分,并对已划分的结果集进行聚合计算的语句。IoTDB支持根据时间间隔对结果集进行划分,默认结果按照时间升序排列。同时,您也可以使用Java JDBC标准接口来执行相关的查询语句。
+本章节主要介绍降频聚合查询的相关示例,主要使用的是IoTDB SELECT语句的[GROUP BY子句](/#/Documents/progress/chap5/sec4),该子句是IoTDB中用于根据用户给定划分条件对结果集进行划分,并对已划分的结果集进行聚合计算的语句。IoTDB支持根据时间间隔和自定义的滑动步长(默认值与时间间隔相同,自定义的值必须大于等于时间间隔)对结果集进行划分,默认结果按照时间升序排列。同时,您也可以使用Java JDBC标准接口来执行相关的查询语句。
 
 Review comment:
   Yes, I should check it while generating logic plan.

----------------------------------------------------------------
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