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