@NotNull WindowExcludeStep<T> | 
WindowRowsAndStep.andCurrentRow() | 
 Add a ... 
 | 
@NotNull WindowExcludeStep<T> | 
WindowRowsAndStep.andFollowing(int number) | 
 Add a ... 
 | 
@NotNull WindowExcludeStep<T> | 
WindowRowsAndStep.andPreceding(int number) | 
 Add a ... 
 | 
@NotNull WindowExcludeStep<T> | 
WindowRowsAndStep.andUnboundedFollowing() | 
 Add a ... 
 | 
@NotNull WindowExcludeStep<T> | 
WindowRowsAndStep.andUnboundedPreceding() | 
 Add a ... 
 | 
@NotNull WindowExcludeStep<T> | 
WindowRowsStep.groupsCurrentRow() | 
 Add a GROUPS CURRENT ROW frame clause to the window function. 
 | 
@NotNull WindowExcludeStep<T> | 
WindowRowsStep.groupsFollowing(int number) | 
 Add a GROUPS [number] FOLLOWING frame clause to the window
 function. 
 | 
@NotNull WindowExcludeStep<T> | 
WindowRowsStep.groupsPreceding(int number) | 
 Add a GROUPS [number] PRECEDING frame clause to the window
 function. 
 | 
@NotNull WindowExcludeStep<T> | 
WindowRowsStep.groupsUnboundedFollowing() | 
 Add a GROUPS UNBOUNDED FOLLOWING frame clause to the window
 function. 
 | 
@NotNull WindowExcludeStep<T> | 
WindowRowsStep.groupsUnboundedPreceding() | 
 Add a GROUPS UNBOUNDED PRECEDING frame clause to the window
 function. 
 | 
@NotNull WindowExcludeStep<T> | 
WindowRowsStep.rangeCurrentRow() | 
 Add a RANGE CURRENT ROW frame clause to the window function. 
 | 
@NotNull WindowExcludeStep<T> | 
WindowRowsStep.rangeFollowing(int number) | 
 Add a RANGE [number] FOLLOWING frame clause to the window
 function. 
 | 
@NotNull WindowExcludeStep<T> | 
WindowRowsStep.rangePreceding(int number) | 
 Add a RANGE [number] PRECEDING frame clause to the window
 function. 
 | 
@NotNull WindowExcludeStep<T> | 
WindowRowsStep.rangeUnboundedFollowing() | 
 Add a RANGE UNBOUNDED FOLLOWING frame clause to the window
 function. 
 | 
@NotNull WindowExcludeStep<T> | 
WindowRowsStep.rangeUnboundedPreceding() | 
 Add a RANGE UNBOUNDED PRECEDING frame clause to the window
 function. 
 | 
@NotNull WindowExcludeStep<T> | 
WindowRowsStep.rowsCurrentRow() | 
 Add a ROWS CURRENT ROW frame clause to the window function. 
 | 
@NotNull WindowExcludeStep<T> | 
WindowRowsStep.rowsFollowing(int number) | 
 Add a ROWS [number] FOLLOWING frame clause to the window
 function. 
 | 
@NotNull WindowExcludeStep<T> | 
WindowRowsStep.rowsPreceding(int number) | 
 Add a ROWS [number] PRECEDING frame clause to the window
 function. 
 | 
@NotNull WindowExcludeStep<T> | 
WindowRowsStep.rowsUnboundedFollowing() | 
 Add a ROWS UNBOUNDED FOLLOWING frame clause to the window
 function. 
 | 
@NotNull WindowExcludeStep<T> | 
WindowRowsStep.rowsUnboundedPreceding() | 
 Add a ROWS UNBOUNDED PRECEDING frame clause to the window
 function. 
 |