citus/src
Murat Tuncer 9167373f54 Add complex distinct count support for repartitioned subqueries
Single table repartition subqueries now support count(distinct column)
and count(distinct (case when ...)) expressions. Repartition query
extracts column used in aggregate expression and adds them to target
list and group by list, master query stays the same (count (distinct ...))
but attribute numbers inside the aggregate expression is modified to
reflect changes in repartition query.
2016-05-27 15:43:05 +03:00
..
backend Add complex distinct count support for repartitioned subqueries 2016-05-27 15:43:05 +03:00
bin Add deprecation warning to copy_to_distributed_table 2016-05-03 14:08:42 +02:00
include Add complex distinct count support for repartitioned subqueries 2016-05-27 15:43:05 +03:00
test/regress Add complex distinct count support for repartitioned subqueries 2016-05-27 15:43:05 +03:00