[]
Subtract: binary, simple (without aggregation) operation.
public static ColumnOp Sub(Column col1, Column col2)
Public Shared Function [Sub](col1 As Column, col2 As Column) As ColumnOp
| Type | Name | Description |
|---|---|---|
| Column | col1 | First operand. |
| Column | col2 | Second operand. |
| Type | Description |
|---|---|
| ColumnOp |