-
Notifications
You must be signed in to change notification settings - Fork 256
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
[doc](sql) bitmap-1 func #1852
base: master
Are you sure you want to change the base?
[doc](sql) bitmap-1 func #1852
Conversation
Edit the dev version of the document first, and push it to the remaining versions after the review is correct. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
共性的问题是例子中的prompt没有去除干净,需要把所有文档上的prompt清理一波
|
||
## Examples | ||
|
||
```sql | ||
MySQL> select bitmap_and_count(bitmap_from_string('1,2,3'),bitmap_from_string('3,4,5')); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
需要去掉 prompt
MySQL> select bitmap_and_count(bitmap_from_string('1,2,3'),bitmap_from_string('3,4,5')); | |
select bitmap_and_count(bitmap_from_string('1,2,3'),bitmap_from_string('3,4,5')); |
| `<str>` | Array string, for example "0, 1, 2" string will be converted to a Bitmap with bits 0, 1, 2 set | | ||
## Return Value |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
中间加个空行,防止渲染错误
Versions
Languages
Docs Checklist