Skip to content

Instantly share code, notes, and snippets.

@NeerajBhadani
Created May 25, 2020 15:15
Show Gist options
  • Save NeerajBhadani/2193d75402e771edd9e0552e314967c8 to your computer and use it in GitHub Desktop.
Save NeerajBhadani/2193d75402e771edd9e0552e314967c8 to your computer and use it in GitHub Desktop.
val winSpec = Window.partitionBy("depName")
.orderBy("salary")
.rangeBetween(100L, 300L)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment