Skip to content

Commit ff2f850

Browse files
authored
modify tablevalued functions to timeseries windowing functions (#864)
1 parent a78b73a commit ff2f850

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/UserGuide/Master/Table/SQL-Manual/Basis-Function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ SELECT regexp_like('1a 2b 14m', '^\\d+b$'); -- false
11761176
- `b` represents the letter b.
11771177
- `'1a 2b 14m'` does not match this pattern because it does not start with digits and does not end with `b`, so it returns `false`.
11781178
1179-
## 10. Table-Valued Functions
1179+
## 10. Timeseries Windowing Functions
11801180
11811181
The sample data is as follows:
11821182

src/UserGuide/Master/Table/SQL-Manual/Featured-Functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ WHERE device_id = '100';
321321
+-----------------------------+-----------+-----------+-----------+
322322
```
323323

324-
## 3 Table-Valued Functions
324+
## 3 Timeseries Windowing Functions
325325

326326
The sample data is as follows:
327327

src/UserGuide/latest-Table/SQL-Manual/Basis-Function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ SELECT regexp_like('1a 2b 14m', '^\\d+b$'); -- false
11761176
- `b` represents the letter b.
11771177
- `'1a 2b 14m'` does not match this pattern because it does not start with digits and does not end with `b`, so it returns `false`.
11781178
1179-
## 10. Table-Valued Functions
1179+
## 10. Timeseries Windowing Functions
11801180
11811181
The sample data is as follows:
11821182

src/UserGuide/latest-Table/SQL-Manual/Featured-Functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ WHERE device_id = '100';
321321
+-----------------------------+-----------+-----------+-----------+
322322
```
323323

324-
## 3 Table-Valued Functions
324+
## 3 Timeseries Windowing Functions
325325

326326
The sample data is as follows:
327327

src/zh/UserGuide/Master/Table/SQL-Manual/Basis-Function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,7 @@ SELECT regexp_like('1a 2b 14m', '^\\d+b$'); -- false
11751175
- `b` 表示字母 `b`。
11761176
- `'1a 2b 14m'` 并不符合这个模式,因为它不是从数字开始,也不是以 `b` 结束,所以返回 `false`。
11771177
1178-
## 10. 表值函数
1178+
## 10. 时序分窗函数
11791179
11801180
原始示例数据如下:
11811181

src/zh/UserGuide/Master/Table/SQL-Manual/Featured-Functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ WHERE device_id = '100';
325325
+-----------------------------+-----------+-----------+-----------+
326326
```
327327

328-
### 1.3 表值函数
328+
### 1.3 时序分窗函数
329329

330330
原始示例数据如下:
331331

src/zh/UserGuide/latest-Table/SQL-Manual/Basis-Function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,7 @@ SELECT regexp_like('1a 2b 14m', '^\\d+b$'); -- false
11751175
- `b` 表示字母 `b`。
11761176
- `'1a 2b 14m'` 并不符合这个模式,因为它不是从数字开始,也不是以 `b` 结束,所以返回 `false`。
11771177
1178-
## 10. 表值函数
1178+
## 10. 时序分窗函数
11791179
11801180
原始示例数据如下:
11811181

src/zh/UserGuide/latest-Table/SQL-Manual/Featured-Functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ WHERE device_id = '100';
325325
+-----------------------------+-----------+-----------+-----------+
326326
```
327327

328-
### 1.3 表值函数
328+
### 1.3 时序分窗函数
329329

330330
原始示例数据如下:
331331

0 commit comments

Comments
 (0)