jt2594838 commented on a change in pull request #429: [IOTDB-205]Support 
storage-group-level data ttl
URL: https://github.com/apache/incubator-iotdb/pull/429#discussion_r339517490
 
 

 ##########
 File path: 
server/src/main/java/org/apache/iotdb/db/query/context/QueryContext.java
 ##########
 @@ -87,4 +90,15 @@ public long getJobId() {
     return jobId;
   }
 
+  public long getQueryTimeLowerBound() {
+    return queryTimeLowerBound;
+  }
+
+  public void setQueryTimeLowerBound(long queryTimeLowerBound) {
+    this.queryTimeLowerBound = queryTimeLowerBound;
+  }
+
+  public boolean chunkNotSatisfy(ChunkMetaData chunkMetaData) {
 
 Review comment:
   That is done by the time filter and has nothing to do with here.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to