Cpaulyz commented on code in PR #11545:
URL: https://github.com/apache/iotdb/pull/11545#discussion_r1395457471


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/common/schematree/ISchemaTree.java:
##########
@@ -71,6 +70,20 @@ Pair<List<MeasurementPath>, Integer> searchMeasurementPaths(
 
   void mergeSchemaTree(ISchemaTree schemaTree);
 
+  /**
+   * Check whether this schema tree has normal series(not template series).
+   *
+   * @return true if it has normal series, else false
+   */
+  boolean hasNormalTimeSeries();

Review Comment:
   > Seems TestOnly?
   
   Query optimization will use this interface.



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