Skip to content

Instantly share code, notes, and snippets.

@NeerajBhadani
Created May 25, 2020 15:05
Show Gist options
  • Save NeerajBhadani/7be1ca62fa7d91ccf6cf1174b1ebb62b to your computer and use it in GitHub Desktop.
Save NeerajBhadani/7be1ca62fa7d91ccf6cf1174b1ebb62b to your computer and use it in GitHub Desktop.
Create Window Specification for Ranking Function
val winSpec = Window.partitionBy("depName").orderBy("salary".desc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment