Column.Minus(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.
Subtraction. Subtract the other expression from this expression.
public Microsoft.Spark.Sql.Column Minus (object rhs);
member this.Minus : obj -> Microsoft.Spark.Sql.Column
Public Function Minus (rhs As Object) As Column
Parameters
- rhs
- Object
The expression to be subtracted with
Returns
New column after applying the minus operator