package org.apache.spark.sql.catalyst.expressions
trait WindowFunction extends Expression {
// No required properties (vals and methods) that have no implementation
}
WindowFunction Contract — Window Function Expressions With WindowFrame
WindowFunction is the contract of function expressions that define a WindowFrame in which the window operator must be executed.
| WindowFunction | Description |
|---|---|