add Distribution::Single
Closes #175 (closed)
- Distribution::Single is added. It is needed for executing plan subtree on a single node: it is needed for aggregates without
group by
,having
withoutgroup by
,select distinct
, and probablyorder by
in the future - Also this mr adds support for aggregates without
group by
Edited by Arseniy Volynets