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

yiguolei pushed a commit to branch dev-1.1.2
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/dev-1.1.2 by this push:
     new 10e5bd6234 [dev-1.1.2](doc) fix help doc invalid format (#11622)
10e5bd6234 is described below

commit 10e5bd6234e7497a93f795a45441eaba6c94db05
Author: Mingyu Chen <morningman....@gmail.com>
AuthorDate: Tue Aug 9 16:22:33 2022 +0800

    [dev-1.1.2](doc) fix help doc invalid format (#11622)
    
    Co-authored-by: morningman <morning...@apache.org>
---
 .../sql-functions/bitmap-functions/intersect_count.md         | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git 
a/docs/zh-CN/sql-reference/sql-functions/bitmap-functions/intersect_count.md 
b/docs/zh-CN/sql-reference/sql-functions/bitmap-functions/intersect_count.md
index 41f58f6da0..593ae921bf 100644
--- a/docs/zh-CN/sql-reference/sql-functions/bitmap-functions/intersect_count.md
+++ b/docs/zh-CN/sql-reference/sql-functions/bitmap-functions/intersect_count.md
@@ -22,15 +22,16 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-## intersect_count
-### description
-#### Syntax
+# intersect_count
+
+## description
+### Syntax
 
 `BITMAP INTERSECT_COUNT(bitmap_column, column_to_filter, filter_values)`
 聚合函数,求bitmap交集大小的函数, 不要求数据分布正交
 第一个参数是Bitmap列,第二个参数是用来过滤的维度列,第三个参数是变长参数,含义是过滤维度列的不同取值
 
-### example
+## example
 
 ```
 MySQL [test_query_qa]> select dt,bitmap_to_string(user_id) from pv_bitmap 
where dt in (3,4);
@@ -51,6 +52,6 @@ MySQL [test_query_qa]> select intersect_count(user_id,dt,3,4) 
from pv_bitmap;
 1 row in set (0.014 sec)
 ```
 
-### keywords
+## keywords
 
     INTERSECT_COUNT,BITMAP


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to