Column.Leq(Object) Method

Definition

Less than or equal to.

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

Parameters

rhs
Object

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

Returns

New column after applying the less than or equal to operator

Applies to