Column.Multiply(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.
Multiplication of this expression and another expression.
public Microsoft.Spark.Sql.Column Multiply (object rhs);
member this.Multiply : obj -> Microsoft.Spark.Sql.Column
Public Function Multiply (rhs As Object) As Column
Parameters
- rhs
- Object
The expression to be multiplied with
Returns
New column after applying the multiply operator