接口的使用
io.github.burukeyou.dataframe.iframe.window.round.WindowRange
-
使用WindowRange的程序包 程序包 说明 io.github.burukeyou.dataframe.iframe.window io.github.burukeyou.dataframe.iframe.window.round -
-
io.github.burukeyou.dataframe.iframe.window中WindowRange的使用
返回WindowRange的io.github.burukeyou.dataframe.iframe.window中的方法 修饰符和类型 方法 说明 WindowRangeWindow. getEndRange()get window end rangeWindowRangeWindowBuilder. getEndRange()WindowRangeWindow. getStartRange()get window start rangeWindowRangeWindowBuilder. getStartRange()参数类型为WindowRange的io.github.burukeyou.dataframe.iframe.window中的方法 修饰符和类型 方法 说明 Window<T>Window. roundBetween(WindowRange start, WindowRange end)Specify window rangeWindow<T>WindowBuilder. roundBetween(WindowRange start, WindowRange end)static <T> Window<T>Window. roundBetweenBy(WindowRange start, WindowRange end)open a Window by window range this range is form start to end参数类型为WindowRange的io.github.burukeyou.dataframe.iframe.window中的构造器 构造器 说明 WindowBuilder(WindowRange startRound, WindowRange endRound) -
io.github.burukeyou.dataframe.iframe.window.round中WindowRange的使用
实现WindowRange的io.github.burukeyou.dataframe.iframe.window.round中的类 修饰符和类型 类 说明 classAfterRangeThe last n rows of the current rowclassBeforeRangeThe first n rows of the current rowclassCurrentRowRangeCurrent rowclassEndRowRangeThe Last rowclassStartRowRangeThe first row声明为WindowRange的io.github.burukeyou.dataframe.iframe.window.round中的字段 修饰符和类型 字段 说明 static WindowRangeRange. AFTER_ROWThe last 0 row of the current rowstatic WindowRangeRange. BEFORE_ROWThe first 0 row of the current rowstatic WindowRangeRange. CURRENT_ROWThe current row of the windowstatic WindowRangeRange. END_ROWThe last row of the windowstatic WindowRangeRange. START_ROWThe first row of the window返回WindowRange的io.github.burukeyou.dataframe.iframe.window.round中的方法 修饰符和类型 方法 说明 static WindowRangeRange. AFTER(int n)The last n row of the current rowstatic WindowRangeRange. BEFORE(int n)The first n row of the current row
-