You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ka...@apache.org on 2020/11/20 01:49:43 UTC

[incubator-doris] branch master updated: [Doc] Fiexed example content in bitmap_union.md (#4919)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 234e9b5  [Doc] Fiexed example content in bitmap_union.md (#4919)
234e9b5 is described below

commit 234e9b532fa7a5a49fe19b1514a3cc574532791e
Author: Huang Weinan <hu...@163.com>
AuthorDate: Fri Nov 20 09:49:31 2020 +0800

    [Doc] Fiexed example content in bitmap_union.md (#4919)
---
 docs/zh-CN/sql-reference/sql-functions/bitmap-functions/bitmap_union.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh-CN/sql-reference/sql-functions/bitmap-functions/bitmap_union.md b/docs/zh-CN/sql-reference/sql-functions/bitmap-functions/bitmap_union.md
index 89b25b8..8dde6b4 100644
--- a/docs/zh-CN/sql-reference/sql-functions/bitmap-functions/bitmap_union.md
+++ b/docs/zh-CN/sql-reference/sql-functions/bitmap-functions/bitmap_union.md
@@ -42,7 +42,7 @@ under the License.
 mysql> select page_id, bitmap_union(user_id) from table group by page_id;
 ```
 
-和 bitmap_count 函数组合使用可以求得网页的 PV 数据
+和 bitmap_count 函数组合使用可以求得网页的 UV 数据
 
 ```
 mysql> select page_id, bitmap_count(bitmap_union(user_id)) from table group by page_id;


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