Share via


Functions.CurrentRow Method

Definition

Window function: returns the special frame boundary that represents the current row in the window partition.

[Microsoft.Spark.Deprecated("2.4.0")]
[Microsoft.Spark.Removed("3.0.0")]
public static Microsoft.Spark.Sql.Column CurrentRow ();
[<Microsoft.Spark.Deprecated("2.4.0")>]
[<Microsoft.Spark.Removed("3.0.0")>]
static member CurrentRow : unit -> Microsoft.Spark.Sql.Column
Public Shared Function CurrentRow () As Column

Returns

Column object

Attributes

Remarks

This API is deprecated in Spark 2.4 and removed in Spark 3.0.

Applies to