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 58f5121c55c update readme
58f5121c55c is described below
commit 58f5121c55cea13826fc07c2d8c9d844814fddbe
Author: Lei Rui <[email protected]>
AuthorDate: Sun Oct 27 23:50:29 2024 +0800
update readme
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0e986824656..718c96863b8 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@
- 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).
- M4 is implemented in
[server/src/main/java/org/apache/iotdb/db/query/dataset/groupby/LocalGroupByExecutorTri_M4.java](server/src/main/java/org/apache/iotdb/db/query/dataset/groupby/LocalGroupByExecutorTri_M4.java).
- OM3 is implemented by storing the OM3 coefficient table as regular time
series and querying them with a `WHERE timestamp in (%s)` clause.
-- 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`.
+- The README of [Apache IoTDB](https://iotdb.apache.org/) itself is in
[README_IOTDB.md](README_IOTDB.md). To build this repository, run `mvn clean
package -DskipTests -pl -distribution`.
- Others:
- Visval is implemented in
[server/src/main/java/org/apache/iotdb/db/query/simpiece/Visval.java](server/src/main/java/org/apache/iotdb/db/query/simpiece/Visval.java).
- Uniform is implemented in
[server/src/main/java/org/apache/iotdb/db/query/dataset/groupby/LocalGroupByExecutorTri_Uniform.java](server/src/main/java/org/apache/iotdb/db/query/dataset/groupby/LocalGroupByExecutorTri_Uniform.java).