Merged
Conversation
morrySnow
reviewed
Jan 17, 2025
Contributor
morrySnow
left a comment
There was a problem hiding this comment.
在第一个文档提了建议。后面文档都有同样问题,统一修改一遍
|
|
||
| | Parameter | Description | | ||
| | -- | -- | | ||
| | `<json>` | json type | |
| (2, '{}'), | ||
| (3, NULL); | ||
|
|
||
| mysql> select * from example; |
Contributor
There was a problem hiding this comment.
去掉prompt
Suggested change
| mysql> select * from example; | |
| select * from example; |
| mysql> SELECT id, k, v | ||
| -> FROM example | ||
| -> LATERAL VIEW explode_json_object_outer(value_json) exploded_table AS k, v; | ||
| +------+------+----------+ |
Comment on lines
+103
to
+104
| ### Keywords | ||
| POSEXPLODE,POSEXPLODE_OUTER | ||
| EXPLODE_JSON_OBJECT,EXPLODE_JSON_OBJECT_OUTER,JSON No newline at end of file |
| `explode_map_outer` If the map is empty or NULL, explode_map_outer will retain the record with the empty or NULL map and return a row with NULL values. | ||
|
|
||
| ## Examples | ||
| ``` |
morrySnow
reviewed
Jan 17, 2025
Contributor
morrySnow
left a comment
There was a problem hiding this comment.
explode_bitmap 和 explode_bitmap_outer 合成一篇。其他类似。
因为这是一组函数,他们唯一的区别就是要不要补充 null
|
|
||
| ## Syntax | ||
|
|
||
| `explode_bitmap_outer(<bitmap>)` |
Contributor
There was a problem hiding this comment.
- 使用code block 不要用 inline code
- 函数名大写
Suggested change
| `explode_bitmap_outer(<bitmap>)` | |
| `EXPLODE_BITMAP_OUTER(<bitmap>)` |
morrySnow
approved these changes
Jan 20, 2025
morrySnow
approved these changes
Jan 24, 2025
morrySnow
approved these changes
Jan 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Versions
Languages
Docs Checklist