Column.Mod(Object) Method

Definition

Modulo (a.k.a remainder) expression.

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

Parameters

rhs
Object

The expression to be divided by to get the remainder for.

Returns

New column after applying the mod operator

Applies to