Skip to content

Commit 3cccbe4

Browse files
committed
Add apache docs for pattern query and window functions
1 parent 21992cc commit 3cccbe4

10 files changed

Lines changed: 7593 additions & 1 deletion

File tree

src/.vuepress/sidebar/V2.0.x/en-Table.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,15 @@ export const enSidebar = {
107107
prefix: 'User-Manual/',
108108
children: [
109109
{ text: 'Data Sync', link: 'Data-Sync_apache' },
110+
{
111+
text: 'Timeseries Featured Analysis',
112+
collapsible: true,
113+
children: [
114+
{ text: 'Pattern Query', link: 'Pattern-Query_apache' },
115+
{ text: 'Window Function', link: 'Window-Function_apache' },
116+
],
117+
badge: ['hot'],
118+
},
110119
{ text: 'UDF', link: 'User-defined-function' },
111120
{
112121
text: 'Security Management',
@@ -287,4 +296,4 @@ export const enSidebar = {
287296
],
288297
},
289298
],
290-
};
299+
};

src/.vuepress/sidebar/V2.0.x/zh-Table.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,15 @@ export const zhSidebar = {
107107
prefix: 'User-Manual/',
108108
children: [
109109
{ text: '数据同步', link: 'Data-Sync_apache' },
110+
{
111+
text: '时序特色分析',
112+
collapsible: true,
113+
children: [
114+
{ text: '模式查询', link: 'Pattern-Query_apache' },
115+
{ text: '窗口函数', link: 'Window-Function_apache' },
116+
],
117+
badge: ['hot'],
118+
},
110119
{ text: 'UDF', link: 'User-defined-function' },
111120
{
112121
text: '安全管理',

src/UserGuide/Master/Table/User-Manual/Pattern-Query_apache.md

Lines changed: 1138 additions & 0 deletions
Large diffs are not rendered by default.

src/UserGuide/Master/Table/User-Manual/Window-Function_apache.md

Lines changed: 759 additions & 0 deletions
Large diffs are not rendered by default.

src/UserGuide/latest-Table/User-Manual/Pattern-Query_apache.md

Lines changed: 1137 additions & 0 deletions
Large diffs are not rendered by default.

src/UserGuide/latest-Table/User-Manual/Window-Function_apache.md

Lines changed: 759 additions & 0 deletions
Large diffs are not rendered by default.

src/zh/UserGuide/Master/Table/User-Manual/Pattern-Query_apache.md

Lines changed: 1135 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)