You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by le...@apache.org on 2023/02/03 15:50:44 UTC

[iotdb] 24/28: add readme

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

commit de55be59f26544ed82f4dba180096da04cce7f49
Author: Lei Rui <10...@qq.com>
AuthorDate: Fri Feb 3 22:11:28 2023 +0800

    add readme
---
 README.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 4705ef72f2..963063028a 100644
--- a/README.md
+++ b/README.md
@@ -7,12 +7,12 @@
     to you under the Apache License, Version 2.0 (the
     "License"); you may not use this file except in compliance
     with the License.  You may obtain a copy of the License at
-
+    
         http://www.apache.org/licenses/LICENSE-2.0
-
+    
     Unless required by applicable law or agreed to in writing,
     software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    "AS IS" BAstepSIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
@@ -24,6 +24,7 @@
     - M4-UDF: `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.
     - M4-LSM: `org.apache.iotdb.db.query.dataset.groupby.LocalGroupByExecutor4CPV`
+        - Step regression index implementation: `org.apache.iotdb.tsfile.file.metadata.statistics.StepRegress`.
     - Some integration tests for correctness 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://anonymous.4open.science/r/M4-visualization-exp-42E6/README.md) for easier reproducibility.
+- The experiment-related code, data and scripts are in [another GitHub repository](https://github.com/LeiRui/M4-visualization-exp.git) for easier reproducibility.
 - For the README of Apache IoTDB itself, please see [README_IOTDB.md](README_IOTDB.md).