Files
doris/fe
xy720 9471c90451 Delete count_distinct function (#2621)
ISSUE #1553
This commit will remove function count_distinct().

We already have function multi_distinct_count as an alternative to help us calculate "count distinct" of any type value.
Besides, the count_distinct() function is with the the same symbol as count() function, which fails to express the meaning.
So I suggest to remove count_distinct() function.
2019-12-31 14:40:45 +08:00
..
2019-12-15 20:13:29 +08:00