exec: add Partitioner operator to handle PARTITION BY clause of window functions #37034
Labels
A-sql-vec
SQL vectorized engine
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Implement a sorting window partitioner that utilizes a full sort approach, i.e. it sorts its input on PARTITION BY columns and then "runs" a distinct over the ordered input.
The text was updated successfully, but these errors were encountered: