This is an automated email from the ASF dual-hosted git repository.

jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new dc4eb1e155 [docs](typo) fix some typo in bitmap docs (#11850)
dc4eb1e155 is described below

commit dc4eb1e155511572eba5bd6be87ff8b3b3fb5ef2
Author: Zhengguo Yang <[email protected]>
AuthorDate: Wed Aug 17 16:58:55 2022 +0800

    [docs](typo) fix some typo in bitmap docs (#11850)
    
    fix some typo in bitmap docs
---
 .../docs/sql-manual/sql-functions/bitmap-functions/bitmap_contains.md   | 2 +-
 .../en/docs/sql-manual/sql-functions/bitmap-functions/bitmap_has_all.md | 2 +-
 .../en/docs/sql-manual/sql-functions/bitmap-functions/bitmap_has_any.md | 2 +-
 .../docs/sql-manual/sql-functions/bitmap-functions/bitmap_contains.md   | 2 +-
 .../docs/sql-manual/sql-functions/bitmap-functions/bitmap_has_all.md    | 2 +-
 .../docs/sql-manual/sql-functions/bitmap-functions/bitmap_has_any.md    | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/docs/en/docs/sql-manual/sql-functions/bitmap-functions/bitmap_contains.md 
b/docs/en/docs/sql-manual/sql-functions/bitmap-functions/bitmap_contains.md
index 0b2f706187..fc90556cfd 100644
--- a/docs/en/docs/sql-manual/sql-functions/bitmap-functions/bitmap_contains.md
+++ b/docs/en/docs/sql-manual/sql-functions/bitmap-functions/bitmap_contains.md
@@ -28,7 +28,7 @@ under the License.
 ### description
 #### Syntax
 
-`B00LEAN BITMAP_CONTAINS(BITMAP bitmap, BIGINT input)`
+`BOOLEAN BITMAP_CONTAINS(BITMAP bitmap, BIGINT input)`
 
 Calculates whether the input value is in the Bitmap column and returns a 
Boolean value.
 
diff --git 
a/docs/en/docs/sql-manual/sql-functions/bitmap-functions/bitmap_has_all.md 
b/docs/en/docs/sql-manual/sql-functions/bitmap-functions/bitmap_has_all.md
index a170cb5df5..7087abf531 100644
--- a/docs/en/docs/sql-manual/sql-functions/bitmap-functions/bitmap_has_all.md
+++ b/docs/en/docs/sql-manual/sql-functions/bitmap-functions/bitmap_has_all.md
@@ -28,7 +28,7 @@ under the License.
 ### description
 #### Syntax
 
-`B00LEAN BITMAP_HAS_ALL(BITMAP lhs, BITMAP rhs)`
+`BOOLEAN BITMAP_HAS_ALL(BITMAP lhs, BITMAP rhs)`
 
 Returns true if the first bitmap contains all the elements of the second 
bitmap.
 Returns true if the second bitmap contains an empty element.
diff --git 
a/docs/en/docs/sql-manual/sql-functions/bitmap-functions/bitmap_has_any.md 
b/docs/en/docs/sql-manual/sql-functions/bitmap-functions/bitmap_has_any.md
index 31bb8dd479..4e47b6f343 100644
--- a/docs/en/docs/sql-manual/sql-functions/bitmap-functions/bitmap_has_any.md
+++ b/docs/en/docs/sql-manual/sql-functions/bitmap-functions/bitmap_has_any.md
@@ -28,7 +28,7 @@ under the License.
 ### description
 #### Syntax
 
-`B00LEAN BITMAP_HAS_ANY(BITMAP lhs, BITMAP rhs)`
+`BOOLEAN BITMAP_HAS_ANY(BITMAP lhs, BITMAP rhs)`
 
 Calculate whether there are intersecting elements in the two Bitmap columns. 
The return value is Boolean.
 
diff --git 
a/docs/zh-CN/docs/sql-manual/sql-functions/bitmap-functions/bitmap_contains.md 
b/docs/zh-CN/docs/sql-manual/sql-functions/bitmap-functions/bitmap_contains.md
index f7a71e6d6a..8140b1c3a0 100644
--- 
a/docs/zh-CN/docs/sql-manual/sql-functions/bitmap-functions/bitmap_contains.md
+++ 
b/docs/zh-CN/docs/sql-manual/sql-functions/bitmap-functions/bitmap_contains.md
@@ -28,7 +28,7 @@ under the License.
 ### description
 #### Syntax
 
-`B00LEAN BITMAP_CONTAINS(BITMAP bitmap, BIGINT input)`
+`BOOLEAN BITMAP_CONTAINS(BITMAP bitmap, BIGINT input)`
 
 计算输入值是否在Bitmap列中,返回值是Boolean值.
 
diff --git 
a/docs/zh-CN/docs/sql-manual/sql-functions/bitmap-functions/bitmap_has_all.md 
b/docs/zh-CN/docs/sql-manual/sql-functions/bitmap-functions/bitmap_has_all.md
index 24e2b71a10..c98f79313d 100644
--- 
a/docs/zh-CN/docs/sql-manual/sql-functions/bitmap-functions/bitmap_has_all.md
+++ 
b/docs/zh-CN/docs/sql-manual/sql-functions/bitmap-functions/bitmap_has_all.md
@@ -28,7 +28,7 @@ under the License.
 ### description
 #### Syntax
 
-`B00LEAN BITMAP_HAS_ALL(BITMAP lhs, BITMAP rhs)`
+`BOOLEAN BITMAP_HAS_ALL(BITMAP lhs, BITMAP rhs)`
 
 如果第一个bitmap包含第二个bitmap的全部元素,则返回true。
 如果第二个bitmap包含的元素为空,返回true。
diff --git 
a/docs/zh-CN/docs/sql-manual/sql-functions/bitmap-functions/bitmap_has_any.md 
b/docs/zh-CN/docs/sql-manual/sql-functions/bitmap-functions/bitmap_has_any.md
index 7c2ca1bba8..858228ae31 100644
--- 
a/docs/zh-CN/docs/sql-manual/sql-functions/bitmap-functions/bitmap_has_any.md
+++ 
b/docs/zh-CN/docs/sql-manual/sql-functions/bitmap-functions/bitmap_has_any.md
@@ -28,7 +28,7 @@ under the License.
 ### description
 #### Syntax
 
-`B00LEAN BITMAP_HAS_ANY(BITMAP lhs, BITMAP rhs)`
+`BOOLEAN BITMAP_HAS_ANY(BITMAP lhs, BITMAP rhs)`
 
 计算两个Bitmap列是否存在相交元素,返回值是Boolean值. 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to