Interface AnalyticQuerySteps.AnalyticFunctions

All Known Subinterfaces:
AnalyticQuerySteps.AddAggregateFunctions, AnalyticQuerySteps.AddAggregateFunctionsWithExecute
Enclosing interface:
AnalyticQuerySteps

public static interface AnalyticQuerySteps.AnalyticFunctions
An AnalyticFunction performs a calculation across a set of table rows that are somehow related to the current row. The related rows are defined by the window frame clause. See AnalyticQuerySteps.DefineWindowFame .

Tablesaw only supports a subset of the analytic 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.