类 Range


  • public class Range
    extends Object
    WindowRange Builder
    作者:
    caizhihao
    • 字段详细资料

      • 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