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/11/23 09:18:49 UTC

[GitHub] [iotdb] HTHou commented on a change in pull request #2088: [IOTDB-768] Extend more functions in aggregation group by level

HTHou commented on a change in pull request #2088:
URL: https://github.com/apache/iotdb/pull/2088#discussion_r528559974



##########
File path: docs/UserGuide/Operation Manual/DML Data Manipulation Language.md
##########
@@ -169,31 +169,38 @@ select count(status) from root.ln.wf01.wt01;
 | 4              |
 
 
-##### Count Points By Level
+##### Aggregation By Level
 
-Level could be defined to show count the number of points of each node at the given level in current Metadata Tree.
-
-This could be used to query the number of points under each device.
-
-The SQL statement is:
+**Aggregation by level statement** is used for aggregating upon specific hierarchical level of timeseries path.
+For all timeseries path, by convention, "level=0" represents *root* level. 

Review comment:
       ```suggestion
   For all timeseries paths, by convention, "level=0" represents *root* level. 
   ```




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