jt2594838 commented on code in PR #214:
URL: https://github.com/apache/tsfile/pull/214#discussion_r1730653468


##########
cpp/src/common/tsfile_common.h:
##########
@@ -580,6 +581,13 @@ class TSMIterator {
     common::SimpleList<ChunkGroupMeta *> &chunk_group_meta_list_;
     common::SimpleList<ChunkGroupMeta *>::Iterator chunk_group_meta_iter_;
     common::SimpleList<ChunkMeta *>::Iterator chunk_meta_iter_;
+    std::map<common::String, std::map<common::String, std::vector<ChunkMeta 
*>>>
+        tsm_info_;
+    std::map<common::String,
+             std::map<common::String, std::vector<ChunkMeta *>>>::iterator
+        tsm_device_iter_;
+    std::map<common::String, std::vector<ChunkMeta *>>::iterator
+        tsm_measurement_iter_;

Review Comment:
   Add some comments to explain what each String indicates or use better names.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to