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.