Skip to content

add Distribution::Single

Arseniy Volynets requested to merge 175-distribution-single into main

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 without group by, select distinct, and probably order by in the future
  • Also this mr adds support for aggregates without group by
Edited by Arseniy Volynets

Merge request reports