Created
May 25, 2020 15:05
-
-
Save NeerajBhadani/7be1ca62fa7d91ccf6cf1174b1ebb62b to your computer and use it in GitHub Desktop.
Create Window Specification for Ranking Function
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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