Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] Fix deadlink of complex data type #1507

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/query-data/complex-type.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ Doris supports complex types such as Array, Map, Struct, and JSON.

Doris provides various functions specifically designed for these complex types.

For detailed information on the supported functions, please refer to the SQL manual- [Array functions](../../sql-manual/sql-functions/array-functions/array), [SQL manual-Struct functions](../../sql-manual/sql-functions/struct-functions/struct), and [SQL manual-JSON functions](../../sql-manual/sql-functions/json-functions/json-parse).
For detailed information on the supported functions, please refer to the SQL manual- [Array functions](../sql-manual/sql-functions/array-functions/array), [SQL manual-Struct functions](../sql-manual/sql-functions/struct-functions/struct), and [SQL manual-JSON functions](../sql-manual/sql-functions/json-functions/json-parse).

To check the support for Map functions, you can refer to the SQL manual docs under the section for the [MAP](../../sql-manual/sql-data-types/semi-structured/MAP) data type.
To check the support for Map functions, you can refer to the SQL manual docs under the section for the [MAP](../sql-manual/sql-data-types/semi-structured/MAP) data type.
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Doris 支持 Array,Map,Struct,JSON 等复杂类型。

Doris 提供了针对以上复杂类型的各类函数。

详细的函数支持,请查看 SQL 手册 / SQL 函数 下的 [数组函数](../../sql-manual/sql-functions/array-functions/array)、[Struct 函数](../../sql-manual/sql-functions/struct-functions/struct) 和 [JSON 函数](../../sql-manual/sql-functions/json-functions/json-parse),Map 函数支持情况,直接查看 SQL 手册 / 数据类型 / [MAP](../../sql-manual/sql-data-types/semi-structured/MAP)。
详细的函数支持,请查看 SQL 手册 / SQL 函数 下的 [数组函数](../sql-manual/sql-functions/array-functions/array)、[Struct 函数](../sql-manual/sql-functions/struct-functions/struct) 和 [JSON 函数](../sql-manual/sql-functions/json-functions/json-parse),Map 函数支持情况,直接查看 SQL 手册 / 数据类型 / [MAP](../sql-manual/sql-data-types/semi-structured/MAP)。

Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Doris 支持 Array,Map,Struct,JSON 等复杂类型。

Doris 提供了针对以上复杂类型的各类函数。

详细的函数支持,请查看 SQL 手册 / SQL 函数 下的 [数组函数](../../sql-manual/sql-functions/array-functions/array)、[Struct 函数](../../sql-manual/sql-functions/struct-functions/struct) 和 [JSON 函数](../../sql-manual/sql-functions/json-functions/json-parse),Map 函数支持情况,直接查看 SQL 手册 / 数据类型 / [MAP](../../sql-manual/sql-data-types/semi-structured/MAP)。
详细的函数支持,请查看 SQL 手册 / SQL 函数 下的 [数组函数](../sql-manual/sql-functions/array-functions/array)、[Struct 函数](../sql-manual/sql-functions/struct-functions/struct) 和 [JSON 函数](../sql-manual/sql-functions/json-functions/json-parse),Map 函数支持情况,直接查看 SQL 手册 / 数据类型 / [MAP](../sql-manual/sql-data-types/semi-structured/MAP)。

Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Doris 支持 Array,Map,Struct,JSON 等复杂类型。

Doris 提供了针对以上复杂类型的各类函数。

详细的函数支持,请查看 SQL 手册 / SQL 函数 下的 [数组函数](../../sql-manual/sql-functions/array-functions/array)、[Struct 函数](../../sql-manual/sql-functions/struct-functions/struct) 和 [JSON 函数](../../sql-manual/sql-functions/json-functions/json-parse),Map 函数支持情况,直接查看 SQL 手册 / 数据类型 / [MAP](../../sql-manual/sql-data-types/semi-structured/MAP)。
详细的函数支持,请查看 SQL 手册 / SQL 函数 下的 [数组函数](../sql-manual/sql-functions/array-functions/array)、[Struct 函数](../sql-manual/sql-functions/struct-functions/struct) 和 [JSON 函数](../sql-manual/sql-functions/json-functions/json-parse),Map 函数支持情况,直接查看 SQL 手册 / 数据类型 / [MAP](../sql-manual/sql-data-types/semi-structured/MAP)。

5 changes: 3 additions & 2 deletions versioned_docs/version-2.1/query-data/complex-type.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Doris supports complex types such as Array, Map, Struct, and JSON.

Doris provides various functions specifically designed for these complex types.

For detailed information on the supported functions, please refer to the SQL manual- [Array functions](../../sql-manual/sql-functions/array-functions/array), [SQL manual-Struct functions](../../sql-manual/sql-functions/struct-functions/struct), and [SQL manual-JSON functions](../../sql-manual/sql-functions/json-functions/json-parse).

To check the support for Map functions, you can refer to the SQL manual docs under the section for the [MAP](../../sql-manual/sql-data-types/semi-structured/MAP) data type.
For detailed information on the supported functions, please refer to the SQL manual- [Array functions](../sql-manual/sql-functions/array-functions/array), [SQL manual-Struct functions](../sql-manual/sql-functions/struct-functions/struct), and [SQL manual-JSON functions](../sql-manual/sql-functions/json-functions/json-parse).

To check the support for Map functions, you can refer to the SQL manual docs under the section for the [MAP](../sql-manual/sql-data-types/semi-structured/MAP) data type.
5 changes: 3 additions & 2 deletions versioned_docs/version-3.0/query-data/complex-type.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Doris supports complex types such as Array, Map, Struct, and JSON.

Doris provides various functions specifically designed for these complex types.

For detailed information on the supported functions, please refer to the SQL manual- [Array functions](../../sql-manual/sql-functions/array-functions/array), [SQL manual-Struct functions](../../sql-manual/sql-functions/struct-functions/struct), and [SQL manual-JSON functions](../../sql-manual/sql-functions/json-functions/json-parse).

To check the support for Map functions, you can refer to the SQL manual docs under the section for the [MAP](../../sql-manual/sql-data-types/semi-structured/MAP) data type.
For detailed information on the supported functions, please refer to the SQL manual- [Array functions](../sql-manual/sql-functions/array-functions/array), [SQL manual-Struct functions](../sql-manual/sql-functions/struct-functions/struct), and [SQL manual-JSON functions](../sql-manual/sql-functions/json-functions/json-parse).

To check the support for Map functions, you can refer to the SQL manual docs under the section for the [MAP](../sql-manual/sql-data-types/semi-structured/MAP) data type.
Loading