OptionalalphaSmoothing factor in (0, 1] for ema.
The input column - either a real Table column or an expression
alias from the same ViewConfig.
Optionalcumulativetrue frames all rows from the partition start through each row.
Default can be omitted.
OptionaloffsetRow offset for lag/lead (default 1).
Optionalorder_The Table column which orders each partition, and the direction.
This orders rows WITHIN the window frame only — it does not
reorder the View, which is what the view-level sort does.
Optionalpartition_Columns whose distinct value tuples partition the rows; empty
partitions the whole Table as one group.
OptionalrangeA frame of the rows whose order_by value lies within range of
each row's, requiring a numeric or temporal order_by. Mutually
exclusive with rows and cumulative.
OptionalrowsA frame of the rows preceding each row, plus the row itself.
Mutually exclusive with range and cumulative.
The serialized form of [
WindowSpec].