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

hui pushed a commit to branch lmh/UpdateEnDoc
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 54ee1322b6610f39c8debfc6af55a5ea70ecb05f
Author: liuminghui233 <[email protected]>
AuthorDate: Fri Nov 25 18:39:55 2022 +0800

    modify structure
---
 docs/UserGuide/Monitor-Alert/Alerting.md           |  2 +-
 .../M4.md => Operators-Functions/Aggregation.md}   |  9 +--
 .../Anomaly-Detection.md                           |  0
 .../M4.md => Operators-Functions/Comparison.md}    |  9 +--
 .../M4.md => Operators-Functions/Constant.md}      |  9 +--
 .../Continuous-Interval.md}                        |  9 +--
 .../M4.md => Operators-Functions/Conversion.md}    |  9 +--
 .../Data-Matching.md                               |  0
 .../Data-Profiling.md                              |  0
 .../Data-Quality.md                                |  0
 .../Data-Repairing.md                              |  0
 .../Frequency-Domain.md                            |  0
 .../M4.md => Operators-Functions/Lambda.md}        |  9 +--
 .../M4.md => Operators-Functions/Logical.md}       |  9 +--
 .../M4.md => Operators-Functions/Mathematical.md}  |  9 +--
 .../Overview.md}                                   |  0
 .../M4.md => Operators-Functions/Sample.md}        |  9 +--
 .../M4.md => Operators-Functions/Selection.md}     |  9 +--
 .../Series-Discovery.md                            |  0
 .../String.md}                                     |  0
 .../Time-Series.md}                                |  0
 .../UDF-User-Defined-Function.md                   |  0
 .../Variation-Trend.md}                            |  9 +--
 .../Query-Data/{Result-Format.md => Align-By.md}   |  0
 .../Continuous-Query.md                            |  0
 .../Query-Data/{Fill-Null-Value.md => Fill.md}     |  0
 .../Query-Data/{Aggregate-Query.md => Group-By.md} |  0
 .../M4.md => Query-Data/Having-Condition.md}       |  9 +--
 .../{UDF-Library/M4.md => Query-Data/Order-By.md}  |  9 +--
 .../Query-Data/Performance-Tracing-Tool.md         | 53 ----------------
 docs/UserGuide/Query-Data/Select-Expression.md     |  4 +-
 .../{Process-Data => Query-Data}/Select-Into.md    |  0
 .../{Query-Filter.md => Where-Condition.md}        |  0
 .../Triggers.md => Triggers/Trigger.md}            |  0
 site/src/main/.vuepress/config.js                  | 74 +++++++++++++---------
 35 files changed, 60 insertions(+), 190 deletions(-)

diff --git a/docs/UserGuide/Monitor-Alert/Alerting.md 
b/docs/UserGuide/Monitor-Alert/Alerting.md
index 1f97bc6697..e94b3f35a2 100644
--- a/docs/UserGuide/Monitor-Alert/Alerting.md
+++ b/docs/UserGuide/Monitor-Alert/Alerting.md
@@ -39,7 +39,7 @@ The data sink then forwards the alert to the external 
terminal.
     * It is Suitable for scenarios where the original data needs to be 
down-sampled and persisted.
     * Since the timing query hardly affects the writing of the original time 
series, it is suitable for scenarios that are sensitive to the performance of 
the original data writing performance.
 
-With the introduction of the  [Trigger](../Process-Data/Triggers.md) into 
IoTDB,
+With the introduction of the  [Trigger](../Triggers/Triggers.md) into IoTDB,
 at present, users can use these two modules with `AlertManager` to realize the 
writing triggered alerting mode.
 
 
diff --git a/docs/UserGuide/UDF-Library/M4.md 
b/docs/UserGuide/Operators-Functions/Aggregation.md
similarity index 83%
copy from docs/UserGuide/UDF-Library/M4.md
copy to docs/UserGuide/Operators-Functions/Aggregation.md
index 8c9810d022..69786c1419 100644
--- a/docs/UserGuide/UDF-Library/M4.md
+++ b/docs/UserGuide/Operators-Functions/Aggregation.md
@@ -17,11 +17,4 @@
     specific language governing permissions and limitations
     under the License.
 
--->
-
-
-# M4
-
-## M4
-
-The documentation of M4 has been moved to [Query Data->Select Expression->Time 
Series Generating Functions](../Query-Data/Select-Expression.md).
+-->
\ No newline at end of file
diff --git a/docs/UserGuide/UDF-Library/Anomaly-Detection.md 
b/docs/UserGuide/Operators-Functions/Anomaly-Detection.md
similarity index 100%
rename from docs/UserGuide/UDF-Library/Anomaly-Detection.md
rename to docs/UserGuide/Operators-Functions/Anomaly-Detection.md
diff --git a/docs/UserGuide/UDF-Library/M4.md 
b/docs/UserGuide/Operators-Functions/Comparison.md
similarity index 83%
copy from docs/UserGuide/UDF-Library/M4.md
copy to docs/UserGuide/Operators-Functions/Comparison.md
index 8c9810d022..69786c1419 100644
--- a/docs/UserGuide/UDF-Library/M4.md
+++ b/docs/UserGuide/Operators-Functions/Comparison.md
@@ -17,11 +17,4 @@
     specific language governing permissions and limitations
     under the License.
 
--->
-
-
-# M4
-
-## M4
-
-The documentation of M4 has been moved to [Query Data->Select Expression->Time 
Series Generating Functions](../Query-Data/Select-Expression.md).
+-->
\ No newline at end of file
diff --git a/docs/UserGuide/UDF-Library/M4.md 
b/docs/UserGuide/Operators-Functions/Constant.md
similarity index 83%
copy from docs/UserGuide/UDF-Library/M4.md
copy to docs/UserGuide/Operators-Functions/Constant.md
index 8c9810d022..69786c1419 100644
--- a/docs/UserGuide/UDF-Library/M4.md
+++ b/docs/UserGuide/Operators-Functions/Constant.md
@@ -17,11 +17,4 @@
     specific language governing permissions and limitations
     under the License.
 
--->
-
-
-# M4
-
-## M4
-
-The documentation of M4 has been moved to [Query Data->Select Expression->Time 
Series Generating Functions](../Query-Data/Select-Expression.md).
+-->
\ No newline at end of file
diff --git a/docs/UserGuide/UDF-Library/M4.md 
b/docs/UserGuide/Operators-Functions/Continuous-Interval.md
similarity index 83%
copy from docs/UserGuide/UDF-Library/M4.md
copy to docs/UserGuide/Operators-Functions/Continuous-Interval.md
index 8c9810d022..69786c1419 100644
--- a/docs/UserGuide/UDF-Library/M4.md
+++ b/docs/UserGuide/Operators-Functions/Continuous-Interval.md
@@ -17,11 +17,4 @@
     specific language governing permissions and limitations
     under the License.
 
--->
-
-
-# M4
-
-## M4
-
-The documentation of M4 has been moved to [Query Data->Select Expression->Time 
Series Generating Functions](../Query-Data/Select-Expression.md).
+-->
\ No newline at end of file
diff --git a/docs/UserGuide/UDF-Library/M4.md 
b/docs/UserGuide/Operators-Functions/Conversion.md
similarity index 83%
copy from docs/UserGuide/UDF-Library/M4.md
copy to docs/UserGuide/Operators-Functions/Conversion.md
index 8c9810d022..69786c1419 100644
--- a/docs/UserGuide/UDF-Library/M4.md
+++ b/docs/UserGuide/Operators-Functions/Conversion.md
@@ -17,11 +17,4 @@
     specific language governing permissions and limitations
     under the License.
 
--->
-
-
-# M4
-
-## M4
-
-The documentation of M4 has been moved to [Query Data->Select Expression->Time 
Series Generating Functions](../Query-Data/Select-Expression.md).
+-->
\ No newline at end of file
diff --git a/docs/UserGuide/UDF-Library/Data-Matching.md 
b/docs/UserGuide/Operators-Functions/Data-Matching.md
similarity index 100%
rename from docs/UserGuide/UDF-Library/Data-Matching.md
rename to docs/UserGuide/Operators-Functions/Data-Matching.md
diff --git a/docs/UserGuide/UDF-Library/Data-Profiling.md 
b/docs/UserGuide/Operators-Functions/Data-Profiling.md
similarity index 100%
rename from docs/UserGuide/UDF-Library/Data-Profiling.md
rename to docs/UserGuide/Operators-Functions/Data-Profiling.md
diff --git a/docs/UserGuide/UDF-Library/Data-Quality.md 
b/docs/UserGuide/Operators-Functions/Data-Quality.md
similarity index 100%
rename from docs/UserGuide/UDF-Library/Data-Quality.md
rename to docs/UserGuide/Operators-Functions/Data-Quality.md
diff --git a/docs/UserGuide/UDF-Library/Data-Repairing.md 
b/docs/UserGuide/Operators-Functions/Data-Repairing.md
similarity index 100%
rename from docs/UserGuide/UDF-Library/Data-Repairing.md
rename to docs/UserGuide/Operators-Functions/Data-Repairing.md
diff --git a/docs/UserGuide/UDF-Library/Frequency-Domain.md 
b/docs/UserGuide/Operators-Functions/Frequency-Domain.md
similarity index 100%
rename from docs/UserGuide/UDF-Library/Frequency-Domain.md
rename to docs/UserGuide/Operators-Functions/Frequency-Domain.md
diff --git a/docs/UserGuide/UDF-Library/M4.md 
b/docs/UserGuide/Operators-Functions/Lambda.md
similarity index 83%
copy from docs/UserGuide/UDF-Library/M4.md
copy to docs/UserGuide/Operators-Functions/Lambda.md
index 8c9810d022..69786c1419 100644
--- a/docs/UserGuide/UDF-Library/M4.md
+++ b/docs/UserGuide/Operators-Functions/Lambda.md
@@ -17,11 +17,4 @@
     specific language governing permissions and limitations
     under the License.
 
--->
-
-
-# M4
-
-## M4
-
-The documentation of M4 has been moved to [Query Data->Select Expression->Time 
Series Generating Functions](../Query-Data/Select-Expression.md).
+-->
\ No newline at end of file
diff --git a/docs/UserGuide/UDF-Library/M4.md 
b/docs/UserGuide/Operators-Functions/Logical.md
similarity index 83%
copy from docs/UserGuide/UDF-Library/M4.md
copy to docs/UserGuide/Operators-Functions/Logical.md
index 8c9810d022..69786c1419 100644
--- a/docs/UserGuide/UDF-Library/M4.md
+++ b/docs/UserGuide/Operators-Functions/Logical.md
@@ -17,11 +17,4 @@
     specific language governing permissions and limitations
     under the License.
 
--->
-
-
-# M4
-
-## M4
-
-The documentation of M4 has been moved to [Query Data->Select Expression->Time 
Series Generating Functions](../Query-Data/Select-Expression.md).
+-->
\ No newline at end of file
diff --git a/docs/UserGuide/UDF-Library/M4.md 
b/docs/UserGuide/Operators-Functions/Mathematical.md
similarity index 83%
copy from docs/UserGuide/UDF-Library/M4.md
copy to docs/UserGuide/Operators-Functions/Mathematical.md
index 8c9810d022..69786c1419 100644
--- a/docs/UserGuide/UDF-Library/M4.md
+++ b/docs/UserGuide/Operators-Functions/Mathematical.md
@@ -17,11 +17,4 @@
     specific language governing permissions and limitations
     under the License.
 
--->
-
-
-# M4
-
-## M4
-
-The documentation of M4 has been moved to [Query Data->Select Expression->Time 
Series Generating Functions](../Query-Data/Select-Expression.md).
+-->
\ No newline at end of file
diff --git a/docs/UserGuide/UDF-Library/Quick-Start.md 
b/docs/UserGuide/Operators-Functions/Overview.md
similarity index 100%
rename from docs/UserGuide/UDF-Library/Quick-Start.md
rename to docs/UserGuide/Operators-Functions/Overview.md
diff --git a/docs/UserGuide/UDF-Library/M4.md 
b/docs/UserGuide/Operators-Functions/Sample.md
similarity index 83%
copy from docs/UserGuide/UDF-Library/M4.md
copy to docs/UserGuide/Operators-Functions/Sample.md
index 8c9810d022..69786c1419 100644
--- a/docs/UserGuide/UDF-Library/M4.md
+++ b/docs/UserGuide/Operators-Functions/Sample.md
@@ -17,11 +17,4 @@
     specific language governing permissions and limitations
     under the License.
 
--->
-
-
-# M4
-
-## M4
-
-The documentation of M4 has been moved to [Query Data->Select Expression->Time 
Series Generating Functions](../Query-Data/Select-Expression.md).
+-->
\ No newline at end of file
diff --git a/docs/UserGuide/UDF-Library/M4.md 
b/docs/UserGuide/Operators-Functions/Selection.md
similarity index 83%
copy from docs/UserGuide/UDF-Library/M4.md
copy to docs/UserGuide/Operators-Functions/Selection.md
index 8c9810d022..69786c1419 100644
--- a/docs/UserGuide/UDF-Library/M4.md
+++ b/docs/UserGuide/Operators-Functions/Selection.md
@@ -17,11 +17,4 @@
     specific language governing permissions and limitations
     under the License.
 
--->
-
-
-# M4
-
-## M4
-
-The documentation of M4 has been moved to [Query Data->Select Expression->Time 
Series Generating Functions](../Query-Data/Select-Expression.md).
+-->
\ No newline at end of file
diff --git a/docs/UserGuide/UDF-Library/Series-Discovery.md 
b/docs/UserGuide/Operators-Functions/Series-Discovery.md
similarity index 100%
rename from docs/UserGuide/UDF-Library/Series-Discovery.md
rename to docs/UserGuide/Operators-Functions/Series-Discovery.md
diff --git a/docs/UserGuide/UDF-Library/String-Processing.md 
b/docs/UserGuide/Operators-Functions/String.md
similarity index 100%
rename from docs/UserGuide/UDF-Library/String-Processing.md
rename to docs/UserGuide/Operators-Functions/String.md
diff --git a/docs/UserGuide/UDF-Library/Series-Processing.md 
b/docs/UserGuide/Operators-Functions/Time-Series.md
similarity index 100%
rename from docs/UserGuide/UDF-Library/Series-Processing.md
rename to docs/UserGuide/Operators-Functions/Time-Series.md
diff --git a/docs/UserGuide/Process-Data/UDF-User-Defined-Function.md 
b/docs/UserGuide/Operators-Functions/UDF-User-Defined-Function.md
similarity index 100%
rename from docs/UserGuide/Process-Data/UDF-User-Defined-Function.md
rename to docs/UserGuide/Operators-Functions/UDF-User-Defined-Function.md
diff --git a/docs/UserGuide/UDF-Library/M4.md 
b/docs/UserGuide/Operators-Functions/Variation-Trend.md
similarity index 83%
copy from docs/UserGuide/UDF-Library/M4.md
copy to docs/UserGuide/Operators-Functions/Variation-Trend.md
index 8c9810d022..69786c1419 100644
--- a/docs/UserGuide/UDF-Library/M4.md
+++ b/docs/UserGuide/Operators-Functions/Variation-Trend.md
@@ -17,11 +17,4 @@
     specific language governing permissions and limitations
     under the License.
 
--->
-
-
-# M4
-
-## M4
-
-The documentation of M4 has been moved to [Query Data->Select Expression->Time 
Series Generating Functions](../Query-Data/Select-Expression.md).
+-->
\ No newline at end of file
diff --git a/docs/UserGuide/Query-Data/Result-Format.md 
b/docs/UserGuide/Query-Data/Align-By.md
similarity index 100%
rename from docs/UserGuide/Query-Data/Result-Format.md
rename to docs/UserGuide/Query-Data/Align-By.md
diff --git a/docs/UserGuide/Process-Data/Continuous-Query.md 
b/docs/UserGuide/Query-Data/Continuous-Query.md
similarity index 100%
rename from docs/UserGuide/Process-Data/Continuous-Query.md
rename to docs/UserGuide/Query-Data/Continuous-Query.md
diff --git a/docs/UserGuide/Query-Data/Fill-Null-Value.md 
b/docs/UserGuide/Query-Data/Fill.md
similarity index 100%
rename from docs/UserGuide/Query-Data/Fill-Null-Value.md
rename to docs/UserGuide/Query-Data/Fill.md
diff --git a/docs/UserGuide/Query-Data/Aggregate-Query.md 
b/docs/UserGuide/Query-Data/Group-By.md
similarity index 100%
rename from docs/UserGuide/Query-Data/Aggregate-Query.md
rename to docs/UserGuide/Query-Data/Group-By.md
diff --git a/docs/UserGuide/UDF-Library/M4.md 
b/docs/UserGuide/Query-Data/Having-Condition.md
similarity index 83%
copy from docs/UserGuide/UDF-Library/M4.md
copy to docs/UserGuide/Query-Data/Having-Condition.md
index 8c9810d022..69786c1419 100644
--- a/docs/UserGuide/UDF-Library/M4.md
+++ b/docs/UserGuide/Query-Data/Having-Condition.md
@@ -17,11 +17,4 @@
     specific language governing permissions and limitations
     under the License.
 
--->
-
-
-# M4
-
-## M4
-
-The documentation of M4 has been moved to [Query Data->Select Expression->Time 
Series Generating Functions](../Query-Data/Select-Expression.md).
+-->
\ No newline at end of file
diff --git a/docs/UserGuide/UDF-Library/M4.md 
b/docs/UserGuide/Query-Data/Order-By.md
similarity index 83%
rename from docs/UserGuide/UDF-Library/M4.md
rename to docs/UserGuide/Query-Data/Order-By.md
index 8c9810d022..69786c1419 100644
--- a/docs/UserGuide/UDF-Library/M4.md
+++ b/docs/UserGuide/Query-Data/Order-By.md
@@ -17,11 +17,4 @@
     specific language governing permissions and limitations
     under the License.
 
--->
-
-
-# M4
-
-## M4
-
-The documentation of M4 has been moved to [Query Data->Select Expression->Time 
Series Generating Functions](../Query-Data/Select-Expression.md).
+-->
\ No newline at end of file
diff --git a/docs/UserGuide/Query-Data/Performance-Tracing-Tool.md 
b/docs/UserGuide/Query-Data/Performance-Tracing-Tool.md
deleted file mode 100644
index c2573059d7..0000000000
--- a/docs/UserGuide/Query-Data/Performance-Tracing-Tool.md
+++ /dev/null
@@ -1,53 +0,0 @@
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    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
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-## Performance Tracing Tool
-
-> Note: TRACING ON/OFF hasn't been supported yet.
-
-IoTDB supports the use of the `TRACING` clause to enable performance tracing 
of executed statements. Users can use the performance tracing tool to analyze 
potential performance problems in some statements.
-
-Traceable statement: `SELECT` only.
-
-The current performance analysis includes the following contents:
-1. The elapsed time of each stage of the execution process.
-2. Statistics related to performance analysis. For query statements, it 
includes the number of time series queried, the number of Tsfile files 
accessed, the total number of chunks to be scanned, and the average number of 
data points contained in the chunk, the total number of pages read, and the 
number of overlapped pages.
-
-### Example
-
-For example, execute `tracing select * from root`, will display the following 
contents:
-
-```
-Tracing Activties:
-+------------------------------------------------------+------------+
-|                                              Activity|Elapsed Time|
-+------------------------------------------------------+------------+
-|Start to execute statement: tracing select * from root|           0|
-|                            Parse SQL to physical plan|           4|
-|                              Create and cache dataset|          16|
-|                              * Num of series paths: 3|            |
-|                       * Num of sequence files read: 2|            |
-|                     * Num of unsequence files read: 1|            |
-|        * Num of sequence chunks: 6, avg points: 100.0|            |
-|      * Num of unsequence chunks: 3, avg points: 100.0|            |
-|         * Num of Pages: 9, overlapped pages: 0 (0.0%)|            |
-|                                      Request complete|          20|
-+------------------------------------------------------+------------+
-```
\ No newline at end of file
diff --git a/docs/UserGuide/Query-Data/Select-Expression.md 
b/docs/UserGuide/Query-Data/Select-Expression.md
index 2f32013928..0e538f32c3 100644
--- a/docs/UserGuide/Query-Data/Select-Expression.md
+++ b/docs/UserGuide/Query-Data/Select-Expression.md
@@ -54,7 +54,7 @@ From this syntax definition, `selectExpr` can contain:
 - function
    - Built-in aggregation functions, see [Aggregate 
Query](./Aggregate-Query.md) for details.
    - Time series generation function
-   - User-defined functions, see 
[UDF](../Process-Data/UDF-User-Defined-Function.md) for details.
+   - User-defined functions, see 
[UDF](../Operators-Functions/UDF-User-Defined-Function.md) for details.
 - expressions
    - Arithmetic operation expressions
    - Time series generating nested expressions
@@ -1056,7 +1056,7 @@ It costs 0.118s
 
 ### User Defined Timeseries Generating Functions
 
-Please refer to [UDF (User Defined 
Function)](../Process-Data/UDF-User-Defined-Function.md).
+Please refer to [UDF (User Defined 
Function)](../Operators-Functions/UDF-User-Defined-Function.md).
 
 Known Implementation UDF Libraries:
 
diff --git a/docs/UserGuide/Process-Data/Select-Into.md 
b/docs/UserGuide/Query-Data/Select-Into.md
similarity index 100%
rename from docs/UserGuide/Process-Data/Select-Into.md
rename to docs/UserGuide/Query-Data/Select-Into.md
diff --git a/docs/UserGuide/Query-Data/Query-Filter.md 
b/docs/UserGuide/Query-Data/Where-Condition.md
similarity index 100%
rename from docs/UserGuide/Query-Data/Query-Filter.md
rename to docs/UserGuide/Query-Data/Where-Condition.md
diff --git a/docs/UserGuide/Process-Data/Triggers.md 
b/docs/UserGuide/Triggers/Trigger.md
similarity index 100%
rename from docs/UserGuide/Process-Data/Triggers.md
rename to docs/UserGuide/Triggers/Trigger.md
diff --git a/site/src/main/.vuepress/config.js 
b/site/src/main/.vuepress/config.js
index 1d7e3f5090..a51d1407b7 100644
--- a/site/src/main/.vuepress/config.js
+++ b/site/src/main/.vuepress/config.js
@@ -922,24 +922,55 @@ var config = {
                                                title: 'Query Data',
                                                sidebarDepth: 1,
                                                children: [
-                                                       
['Query-Data/Overview.md','Overview'],
-                                                       
['Query-Data/Select-Expression.md','Select Expression'],
-                                                       
['Query-Data/Query-Filter.md','Query Filter'],
-                                                       
['Query-Data/Pagination.md','Pagination'],
-                                                       
['Query-Data/Result-Format.md','Query Result Formats'],
-                                                       
['Query-Data/Aggregate-Query.md','Aggregate Query'],
-                                                       
['Query-Data/Last-Query.md','Last Query'],
-                                                       
['Query-Data/Fill-Null-Value.md','Fill Null Value']
+                                                       
['Query-Data/Overview','Overview'],
+                                                       
['Query-Data/Select-Expression','Select Expression'],
+                                                       
['Query-Data/Last-Query','Last Query'],
+                                                       
['Query-Data/Align-By','Query Result Formats'],
+                                                       
['Query-Data/Where-Condition','Where Condition'],
+                                                       
['Query-Data/Group-By','Group By'],
+                                                       
['Query-Data/Having-Condition','Having Condition'],
+                                                       // 
['Query-Data/Order-By','Order By'],
+                                                       
['Query-Data/Fill','Fill Null Value'],
+                                                       
['Query-Data/Pagination','Pagination'],
+                                                       
['Query-Data/Select-Into','Select Into'],
+                                                       
['Query-Data/Continuous-Query','Continuous Query'],
+                                               ]
+                                       },
+                                       {
+                                               title: 'Operators and 
Functions',
+                                               sidebarDepth: 1,
+                                               children: [
+                                                       
['Operators-Functions/Overview','Overview'],
+                                                       
['Operators-Functions/User-Defined-Function','UDF (User Defined Function)'],
+                                                       
['Operators-Functions/Aggregation','Aggregation'],
+                                                       
['Operators-Functions/Mathematical','Mathematical'],
+                                                       
['Operators-Functions/Comparison','Comparison'],
+                                                       
['Operators-Functions/Logical','Logical'],
+                                                       
['Operators-Functions/String','Conversion'],
+                                                       
['Operators-Functions/Conversion','Conversion'],
+                                                       
['Operators-Functions/Constant','Constant'],
+                                                       
['Operators-Functions/Selection','Selection'],
+                                                       
['Operators-Functions/Continuous-Interval','Continuous Interval'],
+                                                       
['Operators-Functions/Variation-Trend','Variation Trend'],
+                                                       
['Operators-Functions/Sample','Sample'],
+                                                       
['Operators-Functions/Time-Series','Time-Series'],
+                                                       
['Operators-Functions/Lambda','Lambda'],
+
+                                                       // IoTDB-Quality
+                                                       
['Operators-Functions/Data-Profiling','Data Profiling'],
+                                                       
['Operators-Functions/Anomaly-Detection','Anomaly Detection'],
+                                                       
['Operators-Functions/Data-Matching','Data Matching'],
+                                                       
['Operators-Functions/Frequency-Domain','Frequency Domain'],
+                                                       
['Operators-Functions/Data-Quality','Data Quality'],
+                                                       
['Operators-Functions/Data-Repairing','Data Repairing'],
+                                                       
['Operators-Functions/Series-Discovery','Series Discovery']
                                                ]
                                        },
                                        {
-                                               title: 'Process Data',
+                                               title: 'Trigger',
                                                sidebarDepth: 1,
                                                children: [
-                                                       
['Process-Data/UDF-User-Defined-Function','UDF (User Defined Function)'],
-                                                       
['Process-Data/Select-Into','Query Write-back (SELECT INTO)'],
-                                                       
['Process-Data/Continuous-Query','CQ (Continuous Query)'],
-                                                       
['Process-Data/Triggers','Triggers'],
+                                                       
['Trigger/Trigger','Trigger'],
                                                ]
                                        },
                                        {
@@ -998,23 +1029,6 @@ var config = {
                                                        
['Cluster/Cluster-Setup','Cluster Setup']
                                                ]
                                        },
-                                       {
-                                           title: 'UDF Library',
-                                           sidebarDepth: 1,
-                                           children: [
-                                               ['UDF-Library/Quick-Start', 
'Quick Start'],
-                                               ['UDF-Library/Data-Profiling', 
'Data Profiling'],
-                                               
['UDF-Library/Anomaly-Detection', 'Anomaly Detection'],
-                                               ['UDF-Library/Data-Matching', 
'Data Matching'],
-                                               
['UDF-Library/Frequency-Domain', 'Frequency Domain Analysis'],
-                                               ['UDF-Library/Data-Quality', 
'Data Quality'],
-                                               ['UDF-Library/Data-Repairing', 
'Data Repairing'],
-                                               
['UDF-Library/Series-Discovery', 'Series Discovery'],
-                                               
['UDF-Library/Series-Processing', 'Series Processing'],
-                            ['UDF-Library/String-Processing', 'String 
Processing'],
-                            ['UDF-Library/M4', 'M4']
-                                           ]
-                                       },
                                        {
                                                title: 'FAQ',
                                                children: [

Reply via email to