Column.Mod(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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