Uses of Interface
tech.tablesaw.analytic.AnalyticQuerySteps.SetWindowEndOptionOne
-
Packages that use AnalyticQuerySteps.SetWindowEndOptionOne Package Description tech.tablesaw.analytic -
-
Uses of AnalyticQuerySteps.SetWindowEndOptionOne in tech.tablesaw.analytic
Methods in tech.tablesaw.analytic that return AnalyticQuerySteps.SetWindowEndOptionOne Modifier and Type Method Description AnalyticQuerySteps.SetWindowEndOptionOne
AnalyticQuerySteps.SetWindowStart. preceding(int nRows)
Set the bound to a number of rows preceding the current row.AnalyticQuerySteps.SetWindowEndOptionOne
AnalyticQuerySteps.SetWindowStart. unboundedPreceding()
Set the bound to the first partition row.
-