Column.Divide(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.
Division of this expression by another expression.
public Microsoft.Spark.Sql.Column Divide (object rhs);
member this.Divide : obj -> Microsoft.Spark.Sql.Column
Public Function Divide (rhs As Object) As Column
Parameters
- rhs
- Object
The expression to be divided by
Returns
New column after applying the divide operator