Functions.UnboundedFollowing Method

Definition

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

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

Returns

Column object

Attributes

Remarks

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

Applies to