[
https://issues.apache.org/jira/browse/KYLIN-4314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
nichunen updated KYLIN-4314:
----------------------------
Fix Version/s: (was: v2.6.5)
v2.6.6
> Support union in intersect_count() function
> -------------------------------------------
>
> Key: KYLIN-4314
> URL: https://issues.apache.org/jira/browse/KYLIN-4314
> Project: Kylin
> Issue Type: Improvement
> Components: Query Engine
> Reporter: Shao Feng Shi
> Assignee: Shao Feng Shi
> Priority: Minor
> Fix For: v3.1.0, v2.6.6
>
>
> The current version of "intersect_count" only support "intersect" operation.
> While in some cases, we may union some collections(bitmaps) first, and then
> intersect with other collections. For example:
>
> intersect_count(user_id, page_id, array['search', 'view', 'order']);
> -- this calculation how many users did "search", and then "view", and then
> make the "order".
>
> intersect_count(user_id, page_id, array['search|view', 'order']);
> -- this calculation how many users did "search" or "view" (any of them) , and
> then make the "order".
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)