This is an automated email from the ASF dual-hosted git repository.

leirui pushed a commit to branch research/LTS-visualization
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/research/LTS-visualization by 
this push:
     new ed0f9d6be28 readme comment
ed0f9d6be28 is described below

commit ed0f9d6be28eea3029a9172a30ac2692c28562f5
Author: Lei Rui <[email protected]>
AuthorDate: Mon Feb 12 19:38:20 2024 +0800

    readme comment
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8f3bea34bee..4f288392135 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@
 -->
 
 # ILTS
-- The codes for ILTS and baselines used in comparative experiments are 
available in this repository.
+- The code for ILTS and other baselines compared in experiments are available 
in this repository.
     - ILTS is implemented in 
[server/src/main/java/org/apache/iotdb/db/query/dataset/groupby/LocalGroupByExecutorTri_ILTS.java](server/src/main/java/org/apache/iotdb/db/query/dataset/groupby/LocalGroupByExecutorTri_ILTS.java)
 with convex hull precomputation in 
[tsfile/src/main/java/org/apache/iotdb/tsfile/file/metadata/statistics/Statistics.java](tsfile/src/main/java/org/apache/iotdb/tsfile/file/metadata/statistics/Statistics.java).
     - LTTB is implemented in 
[server/src/main/java/org/apache/iotdb/db/query/dataset/groupby/LocalGroupByExecutorTri_LTTB.java](server/src/main/java/org/apache/iotdb/db/query/dataset/groupby/LocalGroupByExecutorTri_LTTB.java).
     - MinMax is implemented in 
[server/src/main/java/org/apache/iotdb/db/query/dataset/groupby/LocalGroupByExecutorTri_MinMax.java](server/src/main/java/org/apache/iotdb/db/query/dataset/groupby/LocalGroupByExecutorTri_MinMax.java).

Reply via email to