Class WindowFrame

Model the frame clause in window expressions. There are two types of frame

Declaration

class WindowFrame(Expression)
source link

Documentation

clauses which are subclasses, however, all processing and validation (by no
means intended to be complete) is done here. Thus, providing an end for a
frame is optional (the default is UNBOUNDED FOLLOWING, which is the last
row in the frame).

Methods

Inherited methods

Subclasses

Reexports