Column.Over Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Over(WindowSpec) |
Defines a windowing column. |
Over() |
Defines an empty analytic clause. In this case the analytic function is applied and presented for all rows in the result set. |
Over(WindowSpec)
Defines a windowing column.
public Microsoft.Spark.Sql.Column Over (Microsoft.Spark.Sql.Expressions.WindowSpec window);
member this.Over : Microsoft.Spark.Sql.Expressions.WindowSpec -> Microsoft.Spark.Sql.Column
Public Function Over (window As WindowSpec) As Column
Parameters
- window
- WindowSpec
A window specification that defines the partitioning, ordering, and frame boundaries.
Returns
Column object
Applies to
Over()
Defines an empty analytic clause. In this case the analytic function is applied and presented for all rows in the result set.
public Microsoft.Spark.Sql.Column Over ();
member this.Over : unit -> Microsoft.Spark.Sql.Column
Public Function Over () As Column
Returns
Column object