Column.Lt(Object) Method

Definition

Less than.

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

Parameters

rhs
Object

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

Returns

New column after applying the less than operator

Applies to