Uses of Interface
tech.tablesaw.analytic.AnalyticQuerySteps.AddAggregateFunctions
Packages that use AnalyticQuerySteps.AddAggregateFunctions
-
Uses of AnalyticQuerySteps.AddAggregateFunctions in tech.tablesaw.analytic
Methods in tech.tablesaw.analytic that return AnalyticQuerySteps.AddAggregateFunctionsModifier and TypeMethodDescriptionAnalyticQuerySteps.SetWindowEndOptionOne.andCurrentRow()
Set the bound to the current row.AnalyticQuerySteps.SetWindowEndOptionOne.andFollowing
(int nRows) Set the bound to a number of rows following the current row.AnalyticQuerySteps.SetWindowEndOptionTwo.andFollowing
(int nRows) AnalyticQuerySteps.SetWindowEndOptionOne.andPreceding
(int nRows) Set the bound to a number of rows preceding the current row.AnalyticQuerySteps.SetWindowEndOptionOne.andUnBoundedFollowing()
Set the bound to the last partition row.AnalyticQuerySteps.SetWindowEndOptionTwo.andUnBoundedFollowing()