typelevel / frameless

Expressive types for Spark.
Apache License 2.0
877 stars 138 forks source link

Support for window functions #136

Open imarios opened 7 years ago

imarios commented 7 years ago

https://databricks.com/blog/2015/07/15/introducing-window-functions-in-spark-sql.html

tscholak commented 7 years ago

yes please, untyped window functions are a pain.

imarios commented 6 years ago

@frosforever I think we can close this one, right?

frosforever commented 6 years ago

Once https://github.com/typelevel/frameless/pull/248 is merged, yes. Adding more window functions can come in later PR but the basic support will be there.