Functions.CurrentRow 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.
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.