You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ro...@apache.org on 2021/08/30 08:21:22 UTC

[iotdb] branch fix-cq-docs created (now 1c71e16)

This is an automated email from the ASF dual-hosted git repository.

rong pushed a change to branch fix-cq-docs
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


      at 1c71e16  Fix format of Chinese CQ user doc

This branch includes the following new commits:

     new 1c71e16  Fix format of Chinese CQ user doc

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[iotdb] 01/01: Fix format of Chinese CQ user doc

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rong pushed a commit to branch fix-cq-docs
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 1c71e16605fdcf2f5d6cdb322559dd4bed40ef6d
Author: Steve Yurong Su <ro...@apache.org>
AuthorDate: Mon Aug 30 16:20:44 2021 +0800

    Fix format of Chinese CQ user doc
---
 docs/zh/UserGuide/Advanced-Features/Continuous-Query.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/zh/UserGuide/Advanced-Features/Continuous-Query.md b/docs/zh/UserGuide/Advanced-Features/Continuous-Query.md
index 671f212..68a918f 100644
--- a/docs/zh/UserGuide/Advanced-Features/Continuous-Query.md
+++ b/docs/zh/UserGuide/Advanced-Features/Continuous-Query.md
@@ -125,6 +125,7 @@ CREATE CONTINUOUS QUERY cq1 BEGIN SELECT max_value(temperature) INTO temperature
 |root.ln.wf01.wt01.temperature_max| null|      root.ln|   FLOAT| GORILLA|     SNAPPY|null|      null|
 +---------------------------------+-----+-------------+--------+--------+-----------+----+----------+
 ````
+````
 +-----------------------------+---------------------------------+---------------------------------+---------------------------------+---------------------------------+
 |                         Time|root.ln.wf02.wt02.temperature_max|root.ln.wf02.wt01.temperature_max|root.ln.wf01.wt02.temperature_max|root.ln.wf01.wt01.temperature_max|
 +-----------------------------+---------------------------------+---------------------------------+---------------------------------+---------------------------------+
@@ -153,6 +154,7 @@ CREATE CONTINUOUS QUERY cq2 RESAMPLE EVERY 20s FOR 20s BEGIN SELECT avg(temperat
 |root.ln.wf01.temperature_avg| null|      root.ln|  DOUBLE| GORILLA|     SNAPPY|null|      null|
 +----------------------------+-----+-------------+--------+--------+-----------+----+----------+
 ````
+````
 +-----------------------------+----------------------------+----------------------------+
 |                         Time|root.ln.wf02.temperature_avg|root.ln.wf01.temperature_avg|
 +-----------------------------+----------------------------+----------------------------+
@@ -178,6 +180,7 @@ CREATE CONTINUOUS QUERY cq3 RESAMPLE EVERY 20s FOR 20s BEGIN SELECT avg(temperat
 |root.ln_cq.wf01.temperature_avg| null|   root.ln_cq|  DOUBLE| GORILLA|     SNAPPY|null|      null|
 +-------------------------------+-----+-------------+--------+--------+-----------+----+----------+
 ````
+````
 +-----------------------------+-------------------------------+-------------------------------+
 |                         Time|root.ln_cq.wf02.temperature_avg|root.ln_cq.wf01.temperature_avg|
 +-----------------------------+-------------------------------+-------------------------------+
@@ -219,3 +222,4 @@ DROP CONTINUOUS QUERY cq3
 | `continuous_query_execution_thread` | 执行连续查询任务的线程池的线程数 | int | max(1, CPU 核数 / 2)|
 | `max_pending_continuous_query_tasks` | 队列中连续查询最大任务堆积数 | int | 64|
 | `continuous_query_min_every_interval` | 连续查询执行时间间隔的最小值 | duration | 1s|
+