[
https://issues.apache.org/jira/browse/KYLIN-1377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shaofeng SHI updated KYLIN-1377:
--------------------------------
Affects Version/s: v2.0
Fix Version/s: (was: v2.1)
Backlog
> TopN measure should support more expressions
> --------------------------------------------
>
> Key: KYLIN-1377
> URL: https://issues.apache.org/jira/browse/KYLIN-1377
> Project: Kylin
> Issue Type: New Feature
> Affects Versions: v2.0
> Reporter: Shaofeng SHI
> Assignee: Shaofeng SHI
> Fix For: Backlog
>
>
> TopN should support not only SUM, but also MAX, MIN as the expression.
> A possible case is, find out the sellers which sold the top expensive items:
> select seller_id, max(price) from sals_records where region = 'US' and year =
> '2015' order by max(price) desc limit 100;
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)