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