objectRowFrame extends FrameType with Product with Serializable
RowFrame treats rows in a partition individually. When a ValuePreceding
or a ValueFollowing is used as its FrameBoundary, the value is considered
as a physical offset.
For example, ROW BETWEEN 1 PRECEDING AND 1 FOLLOWING represents a 3-row frame,
from the row precedes the current row to the row follows the current row.
Linear Supertypes
Serializable, Serializable, Product, Equals, FrameType, AnyRef, Any
RowFrame treats rows in a partition individually. When a ValuePreceding or a ValueFollowing is used as its FrameBoundary, the value is considered as a physical offset. For example,
ROW BETWEEN 1 PRECEDING AND 1 FOLLOWING
represents a 3-row frame, from the row precedes the current row to the row follows the current row.