morrySnow commented on code in PR #1848: URL: https://github.com/apache/doris-website/pull/1848#discussion_r1920059359
########## docs/sql-manual/sql-functions/scalar-functions/bitmap-functions/bitmap-has-all.md: ########## @@ -24,33 +24,59 @@ specific language governing permissions and limitations under the License. --> -## bitmap_has_all -### description -#### Syntax +## Description -`BOOLEAN BITMAP_HAS_ALL(BITMAP lhs, BITMAP rhs)` +Determines whether one Bitmap contains all the elements of another Bitmap. -Returns true if the first bitmap contains all the elements of the second bitmap. -Returns true if the second bitmap contains an empty element. +## Syntax -### example +```sql +bitmap_has_all(<bitmap1>, <bitmap2>) Review Comment: 函数名大写 ```suggestion BITMAP_HAS_ALL(<bitmap1>, <bitmap2>) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org