This is an automated email from the ASF dual-hosted git repository.
kassiez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new d1373c6331e fxi return type of REGEXP_EXTRACT_ALL (#2357)
d1373c6331e is described below
commit d1373c6331e167635a6ed1364ece6969c7d8ca4f
Author: zhiqiang <[email protected]>
AuthorDate: Thu May 8 15:37:23 2025 +0800
fxi return type of REGEXP_EXTRACT_ALL (#2357)
## Versions
- [ ] dev
- [ ] 3.0
- [ ] 2.1
- [ ] 2.0
## Languages
- [ ] Chinese
- [ ] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
---
.../scalar-functions/string-functions/regexp-extract-all.md | 2 +-
.../scalar-functions/string-functions/regexp-extract-all.md | 2 +-
.../sql-functions/string-functions/regexp/regexp-extract-all.md | 2 +-
.../sql-functions/string-functions/regexp/regexp-extract-all.md | 2 +-
.../scalar-functions/string-functions/regexp-extract-all.md | 2 +-
.../scalar-functions/string-functions/regexp-extract-all.md | 2 +-
.../sql-functions/string-functions/regexp/regexp-extract-all.md | 2 +-
.../sql-functions/string-functions/regexp/regexp-extract-all.md | 2 +-
.../scalar-functions/string-functions/regexp-extract-all.md | 2 +-
.../scalar-functions/string-functions/regexp-extract-all.md | 2 +-
10 files changed, 10 insertions(+), 10 deletions(-)
diff --git
a/docs/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract-all.md
b/docs/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract-all.md
index a1264ccaae6..b4abd90069b 100644
---
a/docs/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract-all.md
+++
b/docs/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract-all.md
@@ -45,7 +45,7 @@ REGEXP_EXTRACT_ALL(<str>, <pattern>)
## Return value
-Value after extraction. It is `Array` type.
+Value after extraction. It is `String` type.
## Example
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract-all.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract-all.md
index c286f796873..cc858b1ce35 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract-all.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract-all.md
@@ -34,7 +34,7 @@ under the License.
## 返回值
-所有匹配字符串组成的数组。
+String 类型。
## 举例
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/sql-manual/sql-functions/string-functions/regexp/regexp-extract-all.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/sql-manual/sql-functions/string-functions/regexp/regexp-extract-all.md
index 08447bf70cd..60fb1d4221d 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/sql-manual/sql-functions/string-functions/regexp/regexp-extract-all.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/sql-manual/sql-functions/string-functions/regexp/regexp-extract-all.md
@@ -34,7 +34,7 @@ under the License.
## 返回值
-所有匹配字符串组成的数组。
+String 类型。
## 举例
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-functions/string-functions/regexp/regexp-extract-all.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-functions/string-functions/regexp/regexp-extract-all.md
index 4c98a5a394f..22f3cf383f0 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-functions/string-functions/regexp/regexp-extract-all.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-functions/string-functions/regexp/regexp-extract-all.md
@@ -34,7 +34,7 @@ under the License.
## 返回值
-所有匹配字符串组成的数组。
+String 类型。
## 举例
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract-all.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract-all.md
index c286f796873..cc858b1ce35 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract-all.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract-all.md
@@ -34,7 +34,7 @@ under the License.
## 返回值
-所有匹配字符串组成的数组。
+String 类型。
## 举例
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract-all.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract-all.md
index c286f796873..cc858b1ce35 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract-all.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract-all.md
@@ -34,7 +34,7 @@ under the License.
## 返回值
-所有匹配字符串组成的数组。
+String 类型。
## 举例
diff --git
a/versioned_docs/version-1.2/sql-manual/sql-functions/string-functions/regexp/regexp-extract-all.md
b/versioned_docs/version-1.2/sql-manual/sql-functions/string-functions/regexp/regexp-extract-all.md
index a352d733931..d9bb1c347eb 100644
---
a/versioned_docs/version-1.2/sql-manual/sql-functions/string-functions/regexp/regexp-extract-all.md
+++
b/versioned_docs/version-1.2/sql-manual/sql-functions/string-functions/regexp/regexp-extract-all.md
@@ -45,7 +45,7 @@ REGEXP_EXTRACT_ALL(<str>, <pattern>)
## Return value
-Value after extraction. It is `Array` type.
+Value after extraction. It is `String` type.
## Example
diff --git
a/versioned_docs/version-2.0/sql-manual/sql-functions/string-functions/regexp/regexp-extract-all.md
b/versioned_docs/version-2.0/sql-manual/sql-functions/string-functions/regexp/regexp-extract-all.md
index a352d733931..d9bb1c347eb 100644
---
a/versioned_docs/version-2.0/sql-manual/sql-functions/string-functions/regexp/regexp-extract-all.md
+++
b/versioned_docs/version-2.0/sql-manual/sql-functions/string-functions/regexp/regexp-extract-all.md
@@ -45,7 +45,7 @@ REGEXP_EXTRACT_ALL(<str>, <pattern>)
## Return value
-Value after extraction. It is `Array` type.
+Value after extraction. It is `String` type.
## Example
diff --git
a/versioned_docs/version-2.1/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract-all.md
b/versioned_docs/version-2.1/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract-all.md
index a1264ccaae6..b4abd90069b 100644
---
a/versioned_docs/version-2.1/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract-all.md
+++
b/versioned_docs/version-2.1/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract-all.md
@@ -45,7 +45,7 @@ REGEXP_EXTRACT_ALL(<str>, <pattern>)
## Return value
-Value after extraction. It is `Array` type.
+Value after extraction. It is `String` type.
## Example
diff --git
a/versioned_docs/version-3.0/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract-all.md
b/versioned_docs/version-3.0/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract-all.md
index a1264ccaae6..b4abd90069b 100644
---
a/versioned_docs/version-3.0/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract-all.md
+++
b/versioned_docs/version-3.0/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract-all.md
@@ -45,7 +45,7 @@ REGEXP_EXTRACT_ALL(<str>, <pattern>)
## Return value
-Value after extraction. It is `Array` type.
+Value after extraction. It is `String` type.
## Example
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]