Column.Geq(Object) Method

Definition

Greater or equal to.

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

Parameters

rhs
Object

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

Returns

New column after applying the greater or equal to operator

Applies to