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] Window Functions without partitioning #1426

Closed wmalpica closed 3 years ago

wmalpica commented 3 years ago

This PR Includes #1367 . I implements the ability to run window functions that do not have partitions but that do have bounded windows

GPUtester commented 3 years ago

Please update the changelog in order to start CI tests.

View the gpuCI docs here.