colexecwindow: add hashing window partitioner #37228
Labels
A-sql-vec
SQL vectorized engine
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-sql-queries
SQL Queries Team
Add a hashing window partitioner. Likely it should be using the tuple hash distributor. This component will allow us to not sort the whole input data set when
PARTITION BY
clause is present whereasORDER BY
clause is omitted for a window function.Jira issue: CRDB-4444
The text was updated successfully, but these errors were encountered: