public static interface AnalyticQuerySteps.SetWindowStart
Modifier and Type | Method and Description |
---|---|
AnalyticQuerySteps.SetWindowEndOptionTwo |
currentRow()
Set the bound to the current row.
|
AnalyticQuerySteps.SetWindowEndOptionTwo |
following(int nRows)
Set the bound to a number of rows following the current row.
|
AnalyticQuerySteps.SetWindowEndOptionOne |
preceding(int nRows)
Set the bound to a number of rows preceding the current row.
|
AnalyticQuerySteps.SetWindowEndOptionOne |
unboundedPreceding()
Set the bound to the first partition row.
|
AnalyticQuerySteps.SetWindowEndOptionOne unboundedPreceding()
AnalyticQuerySteps.SetWindowEndOptionOne preceding(int nRows)
nRows
- number of rows before the current row to include in the window.AnalyticQuerySteps.SetWindowEndOptionTwo currentRow()
AnalyticQuerySteps.SetWindowEndOptionTwo following(int nRows)
nRows
- number of rows after the current row to include in the window.Copyright © 2020. All rights reserved.