Package | Description |
---|---|
tech.tablesaw.analytic |
Modifier and Type | Method | Description |
---|---|---|
AnalyticQuerySteps.AddAggregateFunctions |
AnalyticQuerySteps.SetWindowEndOptionOne.andCurrentRow() |
Set the bound to the current row.
|
AnalyticQuerySteps.AddAggregateFunctions |
AnalyticQuerySteps.SetWindowEndOptionOne.andFollowing(int nRows) |
Set the bound to a number of rows following the current row.
|
AnalyticQuerySteps.AddAggregateFunctions |
AnalyticQuerySteps.SetWindowEndOptionTwo.andFollowing(int nRows) |
|
AnalyticQuerySteps.AddAggregateFunctions |
AnalyticQuerySteps.SetWindowEndOptionOne.andPreceding(int nRows) |
Set the bound to a number of rows preceding the current row.
|
AnalyticQuerySteps.AddAggregateFunctions |
AnalyticQuerySteps.SetWindowEndOptionOne.andUnBoundedFollowing() |
Set the bound to the last partition row.
|
AnalyticQuerySteps.AddAggregateFunctions |
AnalyticQuerySteps.SetWindowEndOptionTwo.andUnBoundedFollowing() |
Copyright © 2021. All rights reserved.