Column.Gt(Object) Method

Definition

Greater than.

public Microsoft.Spark.Sql.Column Gt (object rhs);
member this.Gt : obj -> Microsoft.Spark.Sql.Column
Public Function Gt (rhs As Object) As Column

Parameters

rhs
Object

The object that is in comparison to test if the left hand side is greater.

Returns

New column after applying the greater than operator

Applies to