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 2022/09/28 06:30:21 UTC

[GitHub] [iotdb] Cpaulyz opened a new pull request, #7465: [IOTDB-4465] Add interface for PatternTreeMap to optimize getOverlapped

Cpaulyz opened a new pull request, #7465:
URL: https://github.com/apache/iotdb/pull/7465

   ## Description
   
   Add new interface:
   
   ```java
   /**
    * Get a list of value lists related to PathPattern that overlapped with measurements under the
    * same device.
    *
    * @param devicePath device path without wildcard
    * @param measurements list of measurements
    * @return value list
    */
   public List<List<V>> getOverlapped(PartialPath devicePath, List<String> measurements) ;
   ```
   
   If there are N measurements under the same device, this interface can save N times to search device node.


-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] JackieTien97 merged pull request #7465: [IOTDB-4465] Add interface for PatternTreeMap to optimize getOverlapped

Posted by GitBox <gi...@apache.org>.
JackieTien97 merged PR #7465:
URL: https://github.com/apache/iotdb/pull/7465


-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org