Merge pull request #26110 from ywill3/patch-2

Update bitmap-functions.md
This commit is contained in:
Maksim Kita 2021-07-09 12:16:40 +03:00 committed by GitHub
commit 69c30d658c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,7 +174,7 @@ SELECT bitmapToArray(bitmapAnd(bitmapBuild([1,2,3]),bitmapBuild([3,4,5]))) AS re
│ [3] │
└─────┘
## 位图 {#bitmapor}
## 位图 {#bitmapor}
为两个位图对象进行或操作,返回一个新的位图对象。