-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.10.0
-
Fix Version/s: None
-
Component/s: build
-
Labels:None
The syntax proposed is the following:
RANK <alias> (BY (<col_ref>|<col_range>)+)?
Which now is running on the patch attached with the code implemented so far, with the corresponding tests.
And small update to the syntax:
RANK <alias> (BY (<col_ref>|<col_range>)+)? DENSE
I append "DENSE" for dense rank implementation.
Looking forward to reading your comments.