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 d2add5103b Update README.md
d2add5103b is described below
commit d2add5103be6076a3a6607bc6c00cb42b2937eb3
Author: Rui,Lei <[email protected]>
AuthorDate: Wed Nov 30 05:53:34 2022 +0800
Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ef776b0b18..0c53725e3c 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# M4-LSM
- The code of two M4-LSM deployments, M4-UDF and M4-LSM, is available in this
repository.
- M4-UDF:
[`org.apache.iotdb.db.query.udf.builtin.UDTFM4MAC`](https://github.com/apache/iotdb/blob/research%2FM4-visualization/server/src/main/java/org/apache/iotdb/db/query/udf/builtin/UDTFM4MAC.java).
- The document of the M4 aggregation function (implemented as a UDF based on
MA) has been released on the official
[website](https://iotdb.apache.org/UserGuide/Master/UDF-Library/M4.html#m4-2)
of Apache IoTDB.
+ The document of the M4 aggregation function (implemented as a UDF based on
MA) has been released on the official
[website](https://iotdb.apache.org/UserGuide/Master/Operators-Functions/Sample.html#m4-function)
of Apache IoTDB.
- M4-LSM:
[`org.apache.iotdb.db.query.dataset.groupby.LocalGroupByExecutor4CPV`](https://github.com/apache/iotdb/blob/research%2FM4-visualization/server/src/main/java/org/apache/iotdb/db/query/dataset/groupby/LocalGroupByExecutor4CPV.java)
- Some integration tests for correctness are in
[`org.apache.iotdb.db.integration.m4.MyTest1~4`](https://github.com/apache/iotdb/blob/research%2FM4-visualization/server/src/test/java/org/apache/iotdb/db/integration/m4/MyTest1.java).
- The experiment-related code, data and scripts are in [another GitHub
repository](https://github.com/LeiRui/M4-visualization-exp.git) for easier
reproducibility.