This is an automated email from the ASF dual-hosted git repository.
leirui pushed a commit to branch research/M4-visualization
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/research/M4-visualization by
this push:
new c4624207b35 update readme
c4624207b35 is described below
commit c4624207b35a478b5fedd0082d424f8c8dd96131
Author: Lei Rui <[email protected]>
AuthorDate: Mon Jul 10 01:30:11 2023 +0800
update readme
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 4462ef32d10..a0dfb14e8c0 100644
--- a/README.md
+++ b/README.md
@@ -24,5 +24,5 @@
- M4-UDF: M4-UDF is implemented in
[server/src/main/java/org/apache/iotdb/db/query/udf/builtin/UDTFM4MAC.java](server/src/main/java/org/apache/iotdb/db/query/udf/builtin/UDTFM4MAC.java).
The document of the M4 function is available on the product
[website](https://iotdb.apache.org/UserGuide/Master/Operators-Functions/Sample.html#m4-function)
of Apache IoTDB.
- M4-LSM: The candidate generation and verification framework is
implemented in
[server/src/main/java/org/apache/iotdb/db/query/dataset/groupby/LocalGroupByExecutor4CPV.java](server/src/main/java/org/apache/iotdb/db/query/dataset/groupby/LocalGroupByExecutor4CPV.java).
The step regression index is implemented in
[tsfile/src/main/java/org/apache/iotdb/tsfile/file/metadata/statistics/StepRegress.java](tsfile/src/main/java/org/apache/iotdb/tsfile/file/metadata/statistics/StepRegress.java).
- Some integration tests for correctness are in
[server/src/test/java/org/apache/iotdb/db/integration/m4/MyTest1.java](server/src/test/java/org/apache/iotdb/db/integration/m4/MyTest1.java).
-- The codes, data and scripts for experiments are in [another GitHub
repository](https://anonymous.4open.science/r/M4-visualization-exp-D659) for
reproducibility.
+- The codes, data and scripts for experiments are in [another GitHub
repository](https://anonymous.4open.science/r/M4-visualization-exp-D378) for
reproducibility.
- For the README of [Apache IoTDB](https://iotdb.apache.org/) itself, please
see [README_IOTDB.md](README_IOTDB.md). To build this repository, run `mvn
clean package -DskipTests -pl -distribution`.