public static interface AnalyticQuerySteps.SetWindowEndOptionOne
Modifier and Type | Method | Description |
---|---|---|
AnalyticQuerySteps.AddAggregateFunctions |
andCurrentRow() |
Set the bound to the current row.
|
AnalyticQuerySteps.AddAggregateFunctions |
andFollowing(int nRows) |
Set the bound to a number of rows following the current row.
|
AnalyticQuerySteps.AddAggregateFunctions |
andPreceding(int nRows) |
Set the bound to a number of rows preceding the current row.
|
AnalyticQuerySteps.AddAggregateFunctions |
andUnBoundedFollowing() |
Set the bound to the last partition row.
|
AnalyticQuerySteps.AddAggregateFunctions andPreceding(int nRows)
nRows
- number of rows before the current row to include in the window.AnalyticQuerySteps.AddAggregateFunctions andCurrentRow()
AnalyticQuerySteps.AddAggregateFunctions andFollowing(int nRows)
nRows
- number of rows after the current row to include in the window.AnalyticQuerySteps.AddAggregateFunctions andUnBoundedFollowing()
Copyright © 2021. All rights reserved.