This is an automated email from the ASF dual-hosted git repository.
zykkk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 910863b329 [docs](docs) Rename Window Functions (#22742)
910863b329 is described below
commit 910863b3295131aa2e1808c88d73d151a47d3ac4
Author: KassieZ <[email protected]>
AuthorDate: Wed Aug 9 15:52:22 2023 +0800
[docs](docs) Rename Window Functions (#22742)
---
...NDOW-FUNCTION-AVG.md => window-function-avg.md} | 4 +--
...-FUNCTION-COUNT.md => window-function-count.md} | 4 +--
...DENSE-RANK.md => window-function-dense-rank.md} | 4 +--
...RST-VALUE.md => window-function-first-value.md} | 4 +--
...NDOW-FUNCTION-LAG.md => window-function-lag.md} | 4 +--
...LAST-VALUE.md => window-function-last-value.md} | 4 +--
...OW-FUNCTION-LEAD.md => window-function-lead.md} | 2 +-
...NDOW-FUNCTION-MAX.md => window-function-max.md} | 4 +--
...NDOW-FUNCTION-MIN.md => window-function-min.md} | 4 +--
...-FUNCTION-NTILE.md => window-function-ntile.md} | 4 +--
...OW-FUNCTION-RANK.md => window-function-rank.md} | 4 +--
...ROW-NUMBER.md => window-function-row-number.md} | 4 +--
...NDOW-FUNCTION-SUM.md => window-function-sum.md} | 4 +--
...-FUNNEL.md => window-function-window-funnel.md} | 2 +-
.../{WINDOW-FUNCTION.md => window-function.md} | 4 +--
docs/sidebars.json | 30 +++++++++++-----------
...NDOW-FUNCTION-AVG.md => window-function-avg.md} | 4 +--
...-FUNCTION-COUNT.md => window-function-count.md} | 4 +--
...DENSE-RANK.md => window-function-dense-rank.md} | 4 +--
...RST-VALUE.md => window-function-first-value.md} | 4 +--
...NDOW-FUNCTION-LAG.md => window-function-lag.md} | 4 +--
...LAST-VALUE.md => window-function-last-value.md} | 4 +--
...OW-FUNCTION-LEAD.md => window-function-lead.md} | 2 +-
...NDOW-FUNCTION-MAX.md => window-function-max.md} | 4 +--
...NDOW-FUNCTION-MIN.md => window-function-min.md} | 4 +--
...-FUNCTION-NTILE.md => window-function-ntile.md} | 4 +--
...OW-FUNCTION-RANK.md => window-function-rank.md} | 4 +--
...ROW-NUMBER.md => window-function-row-number.md} | 4 +--
...NDOW-FUNCTION-SUM.md => window-function-sum.md} | 4 +--
...-FUNNEL.md => window-function-window-funnel.md} | 2 +-
.../{WINDOW-FUNCTION.md => window-function.md} | 2 +-
31 files changed, 70 insertions(+), 70 deletions(-)
diff --git
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-AVG.md
b/docs/en/docs/sql-manual/sql-functions/window-functions/window-function-avg.md
similarity index 96%
rename from
docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-AVG.md
rename to
docs/en/docs/sql-manual/sql-functions/window-functions/window-function-avg.md
index c739e94a7c..b7626b64d1 100644
---
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-AVG.md
+++
b/docs/en/docs/sql-manual/sql-functions/window-functions/window-function-avg.md
@@ -1,6 +1,6 @@
---
{
- "title": "WINDOW-FUNCTION-AVG",
+ "title": "WINDOW_FUNCTION_AVG",
"language": "en"
}
---
@@ -50,4 +50,4 @@ from int_t where property in ('odd','even');
### keywords
- WINDOW,FUNCTION,AVG
\ No newline at end of file
+ WINDOW,FUNCTION,AVG
diff --git
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-COUNT.md
b/docs/en/docs/sql-manual/sql-functions/window-functions/window-function-count.md
similarity index 96%
rename from
docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-COUNT.md
rename to
docs/en/docs/sql-manual/sql-functions/window-functions/window-function-count.md
index b0a0a14d89..a024c54a44 100644
---
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-COUNT.md
+++
b/docs/en/docs/sql-manual/sql-functions/window-functions/window-function-count.md
@@ -1,6 +1,6 @@
---
{
- "title": "WINDOW-FUNCTION-COUNT",
+ "title": "WINDOW_FUNCTION_COUNT",
"language": "en"
}
---
@@ -50,4 +50,4 @@ from int_t where property in ('odd','even');
### keywords
- WINDOW,FUNCTION,COUNT
\ No newline at end of file
+ WINDOW,FUNCTION,COUNT
diff --git
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-DENSE-RANK.md
b/docs/en/docs/sql-manual/sql-functions/window-functions/window-function-dense-rank.md
similarity index 95%
rename from
docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-DENSE-RANK.md
rename to
docs/en/docs/sql-manual/sql-functions/window-functions/window-function-dense-rank.md
index 66061a7ff8..f7e3935954 100644
---
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-DENSE-RANK.md
+++
b/docs/en/docs/sql-manual/sql-functions/window-functions/window-function-dense-rank.md
@@ -1,6 +1,6 @@
---
{
- "title": "WINDOW-FUNCTION-DENSE_RANK",
+ "title": "WINDOW_FUNCTION_DENSE_RANK",
"language": "en"
}
---
@@ -42,4 +42,4 @@ Group by the property column to rank column x:
### keywords
- WINDOW,FUNCTION,DENSE_RANK
\ No newline at end of file
+ WINDOW,FUNCTION,DENSE_RANK
diff --git
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-FIRST-VALUE.md
b/docs/en/docs/sql-manual/sql-functions/window-functions/window-function-first-value.md
similarity index 96%
rename from
docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-FIRST-VALUE.md
rename to
docs/en/docs/sql-manual/sql-functions/window-functions/window-function-first-value.md
index 484e01c1ee..a8e3f88e15 100644
---
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-FIRST-VALUE.md
+++
b/docs/en/docs/sql-manual/sql-functions/window-functions/window-function-first-value.md
@@ -1,6 +1,6 @@
---
{
- "title": "WINDOW-FUNCTION-FIRST_VALUE",
+ "title": "WINDOW_FUNCTION_FIRST_VALUE",
"language": "en"
}
---
@@ -57,4 +57,4 @@ over (partition by country order by name, greeting) as
greeting from mail_merge;
### keywords
- WINDOW,FUNCTION,FIRST_VALUE
\ No newline at end of file
+ WINDOW,FUNCTION,FIRST_VALUE
diff --git
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-LAG.md
b/docs/en/docs/sql-manual/sql-functions/window-functions/window-function-lag.md
similarity index 97%
rename from
docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-LAG.md
rename to
docs/en/docs/sql-manual/sql-functions/window-functions/window-function-lag.md
index 1dbda8295f..954512e29c 100644
---
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-LAG.md
+++
b/docs/en/docs/sql-manual/sql-functions/window-functions/window-function-lag.md
@@ -1,6 +1,6 @@
---
{
- "title": "WINDOW-FUNCTION-LAG",
+ "title": "WINDOW_FUNCTION_LAG",
"language": "en"
}
---
@@ -43,4 +43,4 @@ order by closing_date;
### keywords
- WINDOW,FUNCTION,LAG
\ No newline at end of file
+ WINDOW,FUNCTION,LAG
diff --git
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-LAST-VALUE.md
b/docs/en/docs/sql-manual/sql-functions/window-functions/window-function-last-value.md
similarity index 95%
rename from
docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-LAST-VALUE.md
rename to
docs/en/docs/sql-manual/sql-functions/window-functions/window-function-last-value.md
index 86addce4b5..f2cf379c78 100644
---
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-LAST-VALUE.md
+++
b/docs/en/docs/sql-manual/sql-functions/window-functions/window-function-last-value.md
@@ -1,6 +1,6 @@
---
{
- "title": "WINDOW-FUNCTION-LAST_VALUE",
+ "title": "WINDOW_FUNCTION_LAST_VALUE",
"language": "en"
}
---
@@ -42,4 +42,4 @@ from mail_merge;
### keywords
- WINDOW,FUNCTION,LAST_VALUE
\ No newline at end of file
+ WINDOW,FUNCTION,LAST_VALUE
diff --git
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-LEAD.md
b/docs/en/docs/sql-manual/sql-functions/window-functions/window-function-lead.md
similarity index 98%
rename from
docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-LEAD.md
rename to
docs/en/docs/sql-manual/sql-functions/window-functions/window-function-lead.md
index 4b85476853..a0e431957f 100644
---
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-LEAD.md
+++
b/docs/en/docs/sql-manual/sql-functions/window-functions/window-function-lead.md
@@ -1,6 +1,6 @@
---
{
- "title": "WINDOW-FUNCTION-LEAD",
+ "title": "WINDOW_FUNCTION_LEAD",
"language": "en"
}
---
diff --git
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-MAX.md
b/docs/en/docs/sql-manual/sql-functions/window-functions/window-function-max.md
similarity index 96%
rename from
docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-MAX.md
rename to
docs/en/docs/sql-manual/sql-functions/window-functions/window-function-max.md
index 96fb6d37fd..fef8646da4 100644
---
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-MAX.md
+++
b/docs/en/docs/sql-manual/sql-functions/window-functions/window-function-max.md
@@ -1,6 +1,6 @@
---
{
- "title": "WINDOW-FUNCTION-MAX",
+ "title": "WINDOW_FUNCTION_MAX",
"language": "en"
}
---
@@ -46,4 +46,4 @@ from int_t where property in ('prime','square');
### keywords
- WINDOW,FUNCTION,MAX
\ No newline at end of file
+ WINDOW,FUNCTION,MAX
diff --git
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-MIN.md
b/docs/en/docs/sql-manual/sql-functions/window-functions/window-function-min.md
similarity index 96%
rename from
docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-MIN.md
rename to
docs/en/docs/sql-manual/sql-functions/window-functions/window-function-min.md
index 72b6680eb5..d9e1923524 100644
---
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-MIN.md
+++
b/docs/en/docs/sql-manual/sql-functions/window-functions/window-function-min.md
@@ -1,6 +1,6 @@
---
{
- "title": "WINDOW-FUNCTION-MIN",
+ "title": "WINDOW_FUNCTION_MIN",
"language": "en"
}
---
@@ -45,4 +45,4 @@ from int_t where property in ('prime','square');
### keywords
- WINDOW,FUNCTION,MIN
\ No newline at end of file
+ WINDOW,FUNCTION,MIN
diff --git
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-NTILE.md
b/docs/en/docs/sql-manual/sql-functions/window-functions/window-function-ntile.md
similarity index 96%
rename from
docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-NTILE.md
rename to
docs/en/docs/sql-manual/sql-functions/window-functions/window-function-ntile.md
index d0b20d585c..13d576cb54 100644
---
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-NTILE.md
+++
b/docs/en/docs/sql-manual/sql-functions/window-functions/window-function-ntile.md
@@ -1,6 +1,6 @@
---
{
- "title": "WINDOW-FUNCTION-NTILE",
+ "title": "WINDOW_FUNCTION_NTILE",
"language": "en"
}
---
@@ -40,4 +40,4 @@ select x, y, ntile(2) over(partition by x order by y) as
ntile from int_t;
### keywords
- WINDOW,FUNCTION,NTILE
\ No newline at end of file
+ WINDOW,FUNCTION,NTILE
diff --git
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-RANK.md
b/docs/en/docs/sql-manual/sql-functions/window-functions/window-function-rank.md
similarity index 95%
rename from
docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-RANK.md
rename to
docs/en/docs/sql-manual/sql-functions/window-functions/window-function-rank.md
index c5a1060d05..5d866de280 100644
---
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-RANK.md
+++
b/docs/en/docs/sql-manual/sql-functions/window-functions/window-function-rank.md
@@ -1,6 +1,6 @@
---
{
- "title": "WINDOW-FUNCTION-RANK",
+ "title": "WINDOW_FUNCTION_RANK",
"language": "en"
}
---
@@ -42,4 +42,4 @@ select x, y, rank() over(partition by x order by y) as rank
from int_t;
### keywords
- WINDOW,FUNCTION,RANK
\ No newline at end of file
+ WINDOW,FUNCTION,RANK
diff --git
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-ROW-NUMBER.md
b/docs/en/docs/sql-manual/sql-functions/window-functions/window-function-row-number.md
similarity index 95%
rename from
docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-ROW-NUMBER.md
rename to
docs/en/docs/sql-manual/sql-functions/window-functions/window-function-row-number.md
index b8d60c6af4..f640d96c27 100644
---
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-ROW-NUMBER.md
+++
b/docs/en/docs/sql-manual/sql-functions/window-functions/window-function-row-number.md
@@ -1,6 +1,6 @@
---
{
- "title": "WINDOW-FUNCTION-ROW_NUMBER",
+ "title": "WINDOW_FUNCTION_ROW_NUMBER",
"language": "en"
}
---
@@ -40,4 +40,4 @@ select x, y, row_number() over(partition by x order by y) as
rank from int_t;
### keywords
- WINDOW,FUNCTION,ROW_NUMBER
\ No newline at end of file
+ WINDOW,FUNCTION,ROW_NUMBER
diff --git
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-SUM.md
b/docs/en/docs/sql-manual/sql-functions/window-functions/window-function-sum.md
similarity index 96%
rename from
docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-SUM.md
rename to
docs/en/docs/sql-manual/sql-functions/window-functions/window-function-sum.md
index 223a3fa820..11d29c401d 100644
---
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-SUM.md
+++
b/docs/en/docs/sql-manual/sql-functions/window-functions/window-function-sum.md
@@ -1,6 +1,6 @@
---
{
- "title": "WINDOW-FUNCTION-SUM",
+ "title": "WINDOW_FUNCTION_SUM",
"language": "en"
}
---
@@ -50,4 +50,4 @@ from int_t where property in ('odd','even');
### keywords
- WINDOW,FUNCTION,SUM
\ No newline at end of file
+ WINDOW,FUNCTION,SUM
diff --git
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-WINDOW-FUNNEL.md
b/docs/en/docs/sql-manual/sql-functions/window-functions/window-function-window-funnel.md
similarity index 98%
rename from
docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-WINDOW-FUNNEL.md
rename to
docs/en/docs/sql-manual/sql-functions/window-functions/window-function-window-funnel.md
index fe2fcf4edf..ed58c41625 100644
---
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-WINDOW-FUNNEL.md
+++
b/docs/en/docs/sql-manual/sql-functions/window-functions/window-function-window-funnel.md
@@ -1,6 +1,6 @@
---
{
- "title": "WINDOW-FUNCTION-WINDOW-FUNNEL",
+ "title": "WINDOW_FUNCTION_WINDOW_FUNNEL",
"language": "en"
}
---
diff --git
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION.md
b/docs/en/docs/sql-manual/sql-functions/window-functions/window-function.md
similarity index 99%
rename from
docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION.md
rename to
docs/en/docs/sql-manual/sql-functions/window-functions/window-function.md
index d26936378f..7a74fff744 100644
--- a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION.md
+++ b/docs/en/docs/sql-manual/sql-functions/window-functions/window-function.md
@@ -1,6 +1,6 @@
---
{
- "title": "WINDOW-FUNCTION",
+ "title": "Window Functions Overview",
"language": "en"
}
---
@@ -96,4 +96,4 @@ from stock_ticker;
### keywords
- WINDOW,FUNCTION
\ No newline at end of file
+ WINDOW,FUNCTION
diff --git a/docs/sidebars.json b/docs/sidebars.json
index 0b02a860ab..03ea2750f2 100644
--- a/docs/sidebars.json
+++ b/docs/sidebars.json
@@ -729,21 +729,21 @@
"type": "category",
"label": "Analytic(Window) Functions",
"items": [
-
"sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-LAG",
-
"sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-SUM",
-
"sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-LAST-VALUE",
-
"sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-AVG",
-
"sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-MIN",
-
"sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-COUNT",
-
"sql-manual/sql-functions/window-functions/WINDOW-FUNCTION",
-
"sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-RANK",
-
"sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-DENSE-RANK",
-
"sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-MAX",
-
"sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-FIRST-VALUE",
-
"sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-LEAD",
-
"sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-ROW-NUMBER",
-
"sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-NTILE",
-
"sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-WINDOW-FUNNEL"
+
"sql-manual/sql-functions/window-functions/window-function",
+
"sql-manual/sql-functions/window-functions/window-function-sum",
+
"sql-manual/sql-functions/window-functions/window-function-avg",
+
"sql-manual/sql-functions/window-functions/window-function-max",
+
"sql-manual/sql-functions/window-functions/window-function-min",
+
"sql-manual/sql-functions/window-functions/window-function-count",
+
"sql-manual/sql-functions/window-functions/window-function-rank",
+
"sql-manual/sql-functions/window-functions/window-function-dense-rank",
+
"sql-manual/sql-functions/window-functions/window-function-first-value",
+
"sql-manual/sql-functions/window-functions/window-function-last-value",
+
"sql-manual/sql-functions/window-functions/window-function-lead",
+
"sql-manual/sql-functions/window-functions/window-function-lag",
+
"sql-manual/sql-functions/window-functions/window-function-row-number",
+
"sql-manual/sql-functions/window-functions/window-function-ntile",
+
"sql-manual/sql-functions/window-functions/window-function-window-funnel"
]
},
{
diff --git
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-AVG.md
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-avg.md
similarity index 96%
rename from
docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-AVG.md
rename to
docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-avg.md
index cd8e8a1295..426df16d7b 100644
---
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-AVG.md
+++
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-avg.md
@@ -1,6 +1,6 @@
---
{
- "title": "WINDOW-FUNCTION-AVG",
+ "title": "WINDOW_FUNCTION_AVG",
"language": "zh-CN"
}
---
@@ -50,4 +50,4 @@ from int_t where property in ('odd','even');
### keywords
- WINDOW,FUNCTION,AVG
\ No newline at end of file
+ WINDOW,FUNCTION,AVG
diff --git
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-COUNT.md
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-count.md
similarity index 96%
rename from
docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-COUNT.md
rename to
docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-count.md
index c974508c85..0c37b93664 100644
---
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-COUNT.md
+++
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-count.md
@@ -1,6 +1,6 @@
---
{
- "title": "WINDOW-FUNCTION-COUNT",
+ "title": "WINDOW_FUNCTION_COUNT",
"language": "zh-CN"
}
---
@@ -50,4 +50,4 @@ from int_t where property in ('odd','even');
### keywords
- WINDOW,FUNCTION,COUNT
\ No newline at end of file
+ WINDOW,FUNCTION,COUNT
diff --git
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-DENSE-RANK.md
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-dense-rank.md
similarity index 95%
rename from
docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-DENSE-RANK.md
rename to
docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-dense-rank.md
index 04ebd7bbf8..a595fb8bd6 100644
---
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-DENSE-RANK.md
+++
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-dense-rank.md
@@ -1,6 +1,6 @@
---
{
- "title": "WINDOW-FUNCTION-DENSE_RANK",
+ "title": "WINDOW_FUNCTION_DENSE_RANK",
"language": "zh-CN"
}
---
@@ -42,4 +42,4 @@ DENSE_RANK() OVER(partition_by_clause order_by_clause)
### keywords
- WINDOW,FUNCTION,DENSE_RANK
\ No newline at end of file
+ WINDOW,FUNCTION,DENSE_RANK
diff --git
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-FIRST-VALUE.md
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-first-value.md
similarity index 96%
rename from
docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-FIRST-VALUE.md
rename to
docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-first-value.md
index 911891b19f..f828db3090 100644
---
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-FIRST-VALUE.md
+++
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-first-value.md
@@ -1,6 +1,6 @@
---
{
- "title": "WINDOW-FUNCTION-FIRST_VALUE",
+ "title": "WINDOW_FUNCTION_FIRST_VALUE",
"language": "zh-CN"
}
---
@@ -57,4 +57,4 @@ over (partition by country order by name, greeting) as
greeting from mail_merge;
### keywords
- WINDOW,FUNCTION,FIRST_VALUE
\ No newline at end of file
+ WINDOW,FUNCTION,FIRST_VALUE
diff --git
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-LAG.md
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-lag.md
similarity index 96%
rename from
docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-LAG.md
rename to
docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-lag.md
index 106b19a317..281ec5086b 100644
---
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-LAG.md
+++
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-lag.md
@@ -1,6 +1,6 @@
---
{
- "title": "WINDOW-FUNCTION-LAG",
+ "title": "WINDOW_FUNCTION_LAG",
"language": "zh-CN"
}
---
@@ -43,4 +43,4 @@ order by closing_date;
### keywords
- WINDOW,FUNCTION,LAG
\ No newline at end of file
+ WINDOW,FUNCTION,LAG
diff --git
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-LAST-VALUE.md
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-last-value.md
similarity index 95%
rename from
docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-LAST-VALUE.md
rename to
docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-last-value.md
index 26e930d0b4..759b3d2817 100644
---
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-LAST-VALUE.md
+++
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-last-value.md
@@ -1,6 +1,6 @@
---
{
- "title": "WINDOW-FUNCTION-LAST_VALUE",
+ "title": "WINDOW_FUNCTION_LAST_VALUE",
"language": "zh-CN"
}
---
@@ -42,4 +42,4 @@ from mail_merge;
### keywords
- WINDOW,FUNCTION,LAST_VALUE
\ No newline at end of file
+ WINDOW,FUNCTION,LAST_VALUE
diff --git
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-LEAD.md
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-lead.md
similarity index 98%
rename from
docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-LEAD.md
rename to
docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-lead.md
index 885065ac3a..3cab96499d 100644
---
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-LEAD.md
+++
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-lead.md
@@ -1,6 +1,6 @@
---
{
- "title": "WINDOW-FUNCTION-LEAD",
+ "title": "WINDOW_FUNCTION_LEAD",
"language": "zh-CN"
}
---
diff --git
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-MAX.md
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-max.md
similarity index 96%
rename from
docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-MAX.md
rename to
docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-max.md
index a12605e41e..4b912b579a 100644
---
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-MAX.md
+++
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-max.md
@@ -1,6 +1,6 @@
---
{
- "title": "WINDOW-FUNCTION-MAX",
+ "title": "WINDOW_FUNCTION_MAX",
"language": "zh-CN"
}
---
@@ -46,4 +46,4 @@ from int_t where property in ('prime','square');
### keywords
- WINDOW,FUNCTION,MAX
\ No newline at end of file
+ WINDOW,FUNCTION,MAX
diff --git
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-MIN.md
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-min.md
similarity index 96%
rename from
docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-MIN.md
rename to
docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-min.md
index b247c44554..fd8801301e 100644
---
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-MIN.md
+++
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-min.md
@@ -1,6 +1,6 @@
---
{
- "title": "WINDOW-FUNCTION-MIN",
+ "title": "WINDOW_FUNCTION_MIN",
"language": "zh-CN"
}
---
@@ -45,4 +45,4 @@ from int_t where property in ('prime','square');
### keywords
- WINDOW,FUNCTION,MIN
\ No newline at end of file
+ WINDOW,FUNCTION,MIN
diff --git
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-NTILE.md
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-ntile.md
similarity index 96%
rename from
docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-NTILE.md
rename to
docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-ntile.md
index 36af3dee03..76172bd950 100644
---
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-NTILE.md
+++
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-ntile.md
@@ -1,6 +1,6 @@
---
{
- "title": "WINDOW-FUNCTION-NTILE",
+ "title": "WINDOW_FUNCTION_NTILE",
"language": "zh-CN"
}
---
@@ -40,4 +40,4 @@ select x, y, ntile(2) over(partition by x order by y) as rank
from int_t;
### keywords
- WINDOW,FUNCTION,NTILE
\ No newline at end of file
+ WINDOW,FUNCTION,NTILE
diff --git
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-RANK.md
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-rank.md
similarity index 96%
rename from
docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-RANK.md
rename to
docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-rank.md
index 421203b744..a2d2f39a98 100644
---
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-RANK.md
+++
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-rank.md
@@ -1,6 +1,6 @@
---
{
- "title": "WINDOW-FUNCTION-RANK",
+ "title": "WINDOW_FUNCTION_RANK",
"language": "zh-CN"
}
---
@@ -42,4 +42,4 @@ select x, y, rank() over(partition by x order by y) as rank
from int_t;
### keywords
- WINDOW,FUNCTION,RANK
\ No newline at end of file
+ WINDOW,FUNCTION,RANK
diff --git
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-ROW-NUMBER.md
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-row-number.md
similarity index 95%
rename from
docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-ROW-NUMBER.md
rename to
docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-row-number.md
index a772264215..e431ea13ab 100644
---
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-ROW-NUMBER.md
+++
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-row-number.md
@@ -1,6 +1,6 @@
---
{
- "title": "WINDOW-FUNCTION-ROW_NUMBER",
+ "title": "WINDOW_FUNCTION_ROW_NUMBER",
"language": "zh-CN"
}
---
@@ -40,4 +40,4 @@ select x, y, row_number() over(partition by x order by y) as
rank from int_t;
### keywords
- WINDOW,FUNCTION,ROW_NUMBER
\ No newline at end of file
+ WINDOW,FUNCTION,ROW_NUMBER
diff --git
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-SUM.md
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-sum.md
similarity index 96%
rename from
docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-SUM.md
rename to
docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-sum.md
index c4b8f274c4..b5e71e1183 100644
---
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-SUM.md
+++
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-sum.md
@@ -1,6 +1,6 @@
---
{
- "title": "WINDOW-FUNCTION-SUM",
+ "title": "WINDOW_FUNCTION_SUM",
"language": "zh-CN"
}
---
@@ -50,4 +50,4 @@ from int_t where property in ('odd','even');
### keywords
- WINDOW,FUNCTION,SUM
\ No newline at end of file
+ WINDOW,FUNCTION,SUM
diff --git
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-WINDOW-FUNNEL.md
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-window-funnel.md
similarity index 98%
rename from
docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-WINDOW-FUNNEL.md
rename to
docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-window-funnel.md
index 21b073ab0f..079ab60a4d 100644
---
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-WINDOW-FUNNEL.md
+++
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-window-funnel.md
@@ -1,6 +1,6 @@
---
{
- "title": "WINDOW-FUNCTION-WINDOW-FUNNEL",
+ "title": "WINDOW_FUNCTION_WINDOW_FUNNEL",
"language": "zh-CN"
}
---
diff --git
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION.md
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function.md
similarity index 99%
rename from
docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION.md
rename to
docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function.md
index 9babb61e9f..b1a8ef26bd 100644
---
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION.md
+++
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function.md
@@ -96,4 +96,4 @@ from stock_ticker;
### keywords
- WINDOW,FUNCTION
\ No newline at end of file
+ WINDOW,FUNCTION
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]