jixuan1989 edited a comment on issue #713: [IOTDB-418] New series reader
URL: https://github.com/apache/incubator-iotdb/pull/713#issuecomment-586736528
 
 
   the dataset package structure is not clear:
   ```
   server/src/main/java/org/apache/iotdb/db/query/dataset/
   ├── AlignByDeviceDataSet.java
   ├── EngineDataSetWithValueFilter.java
   ├── ListDataSet.java
   ├── NonAlignEngineDataSet.java
   ├── RawQueryDataSetWithoutValueFilter.java
   ├── SingleDataSet.java
   └── groupby
       ├── GroupByEngineDataSet.java
       ├── GroupByWithValueFilterDataSet.java
       └── GroupByWithoutValueFilterDataSet.java
   ```
   So, what SQL that ListDataSet and SingleDataSet are for? Why two Filters are 
Datasets? Add comments in these classes.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to