Class RangeSlidingOverFrame

  • All Implemented Interfaces:
    Serializable, OverWindowFrame

    public class RangeSlidingOverFrame
    extends SlidingOverFrame
    The range sliding window frame calculates frames with the following SQL form: ... RANGE BETWEEN [window frame preceding] AND [window frame following] [window frame preceding] ::= [unsigned_value_specification] PRECEDING | CURRENT ROW [window frame following] ::= [unsigned_value_specification] FOLLOWING | CURRENT ROW

    e.g.: ... RANGE BETWEEN 1 PRECEDING AND 1 FOLLOWING.

    See Also:
    Serialized Form