Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The expression can be as follows:
- a 1*col 1 + a 2*col 2 + ... + a n*col n + b, if sum(col 1),sum(col 2),...sum(col n) are defined
- case when filter 1 then expr 1
when filter 2 then expr 2
...
else expr N
end, if filter 1,filter 2, ... filter N-1, and expr 1,expr 2,...expr N are supported
There's a constraint for the filter. That is it's able to push down the related filters in case when.
Attachments
Attachments
Issue Links
- is duplicated by
-
KYLIN-793 Count(COL) should exclude null value rows
- Resolved
-
KYLIN-2948 Count a column returns the same result as count(*) even if this column has NULL
- Closed
- is related to
-
KYLIN-2049 Incorrect AVG result with NULL measure values
- Closed
-
KYLIN-4620 sum(expression) support should be limited since it's not conform the associative law of addition in standard sql
- Open
- relates to
-
KYLIN-2341 sum(case .. when ..) is not supported
- Closed