We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f89f2 commit 1d91865Copy full SHA for 1d91865
sql/core/src/main/scala/org/apache/spark/sql/Column.scala
@@ -911,7 +911,7 @@ class Column(protected[sql] val expr: Expression) extends Logging {
911
*
912
* @group expr_ops
913
*/
914
- def over(w: WindowFunctionDefinition) = w.newColumn(this)
+ def over(w: WindowFunctionDefinition): WindowFunctionDefinition = w.newColumn(this)
915
916
}
917
0 commit comments