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 615ecebead add
615ecebead is described below

commit 615ecebeadfa6e6085618488f1896d08279c05bb
Author: Lei Rui <[email protected]>
AuthorDate: Sun Jul 3 13:46:03 2022 +0800

    add
---
 README.md | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index b1769a5e07..d2c8bd7bbf 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,10 @@
-# M4-LSM
-The document of the M4 aggregation function has been released
-on the official 
[website](https://iotdb.apache.org/UserGuide/Master/UDF-Library/M4.html#m4-2) 
of Apache IoTDB. The code of three M4-
+# M4-LSM 
+- The code of three M4-
 LSM deployments, MA, MO and MF, is available in this [GitHub 
repository](https://github.com/apache/iotdb/tree/research/M4-visualization).
-of Apache IoTDB. The experiment-related code and data is also 
[available](https://github.com/LeiRui/M4-visualization-exp) for easier 
reproducibility.
-
-For the README of Apache IoTDB itself, please see 
[README_IOTDB.md](README_IOTDB.md).
\ No newline at end of file
+    - MA: `org.apache.iotdb.db.query.udf.builtin.UDTFM4MAC`.  
+    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.
+    - MO: `org.apache.iotdb.db.query.dataset.groupby.LocalGroupByExecutor`
+    - MF: `org.apache.iotdb.db.query.dataset.groupby.LocalGroupByExecutor4CPV`
+    - Some unit tests are in 
`org.apache.iotdb.db.integration.m4.MyTest1/2/3/4`.
+- The experiment-related code, data and scripts are in [another GitHub 
repository](https://github.com/LeiRui/M4-visualization-exp) for easier 
reproducibility.
+- For the README of Apache IoTDB itself, please see 
[README_IOTDB.md](README_IOTDB.md).
\ No newline at end of file

Reply via email to