BlazingDB / blazingsql

BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.
https://blazingsql.com
Apache License 2.0
1.92k stars 181 forks source link

[REVIEW] Unbounded partitioned windows #1471

Closed wmalpica closed 3 years ago

wmalpica commented 3 years ago

This PR implements/fixes partitioned windows using the terms CURRENT ROW and UNBOUNDED This PR also adds new end to end tests This PR also refactors a couple things to make them better This PR resolves #1478

wmalpica commented 3 years ago

rerun-tests