- java.lang.Object
-
- io.github.burukeyou.dataframe.iframe.window.round.Range
-
public class Range extends Object
WindowRange Builder- 作者:
- caizhihao
-
-
字段概要
字段 修饰符和类型 字段 说明 static WindowRangeAFTER_ROWThe last 0 row of the current rowstatic WindowRangeBEFORE_ROWThe first 0 row of the current rowstatic WindowRangeCURRENT_ROWThe current row of the windowstatic WindowRangeEND_ROWThe last row of the windowstatic WindowRangeSTART_ROWThe first row of the window
-
-
-
字段详细资料
-
START_ROW
public static final WindowRange START_ROW
The first row of the window
-
BEFORE_ROW
public static final WindowRange BEFORE_ROW
The first 0 row of the current row
-
CURRENT_ROW
public static final WindowRange CURRENT_ROW
The current row of the window
-
AFTER_ROW
public static final WindowRange AFTER_ROW
The last 0 row of the current row
-
END_ROW
public static final WindowRange END_ROW
The last row of the window
-
-
方法详细资料
-
BEFORE
public static WindowRange BEFORE(int n)
The first n row of the current row
-
AFTER
public static WindowRange AFTER(int n)
The last n row of the current row
-
-