public static interface AnalyticQuerySteps.NumberingFunctions
Tablesaw only supports a subset of the numbering functions you might find in a SQL database. If you would like to see a new numbering function implemented please file an issue on GitHub.
Modifier and Type | Method and Description |
---|---|
AnalyticQuerySteps.NameStepNumbering |
denseRank()
Calculates the ordinal (1-based) rank of each row within the window partition.
|
AnalyticQuerySteps.NameStepNumbering |
rank()
Calculates the ordinal (1-based) rank of each row within the ordered partition.
|
AnalyticQuerySteps.NameStepNumbering |
rowNumber()
Calculates the sequential row ordinal (1-based) of each row for each ordered partition.
|
AnalyticQuerySteps.NameStepNumbering rowNumber()
AnalyticQuerySteps.NameStepNumbering rank()
denseRank()
, which always increments by 1.AnalyticQuerySteps.NameStepNumbering denseRank()
Copyright © 2020. All rights reserved.