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.
1 2 3 4 5 6 7 8 9 |
package org.apache.spark.sql.catalyst.expressions trait WindowFunction extends Expression { // No required properties (vals and methods) that have no implementation } |
WindowFunction | Description |
---|---|