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/07/18 14:06:16 UTC

[GitHub] [incubator-iotdb] little-emotion commented on a change in pull request #262: [IOTDB-144]meta data cache for query

little-emotion commented on a change in pull request #262: [IOTDB-144]meta data cache for query
URL: https://github.com/apache/incubator-iotdb/pull/262#discussion_r304935605
 
 

 ##########
 File path: iotdb/src/main/java/org/apache/iotdb/db/engine/StorageEngine.java
 ##########
 @@ -241,6 +242,15 @@ public QueryDataSource query(SingleSeriesExpression seriesExpression, QueryConte
     return storageGroupProcessor.query(deviceId, measurementId, context);
   }
 
+  /**
+   * returns the top k% sensors most frequently used in queries.
+   */
+  public Set calTopKSensor(String deviceId, String sensorId, double k)
 
 Review comment:
   ok

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