samperson1997 commented on a change in pull request #1824:
URL: https://github.com/apache/iotdb/pull/1824#discussion_r507679196



##########
File path: 
server/src/main/java/org/apache/iotdb/db/query/reader/series/SeriesReader.java
##########
@@ -816,8 +901,16 @@ boolean isModified() {
 
     <T> Comparator<T> comparingLong(ToLongFunction<? super T> keyExtractor);
 
+    long getCurrentEndPoint(long time, Statistics<? extends Object> 
statistics);
+
+    long getCurrentEndPoint(Statistics<? extends Object> seqStatistics,
+        Statistics<? extends Object> unseqStatistics);
+
     boolean isExcessEndpoint(long time, long endpointTime);
 
+    boolean isTakeSeqAsFirst(Statistics<? extends Object> seqStatistics,

Review comment:
       @Alima777 Don't forget this one : )




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


Reply via email to