-(_:_:)
Generates a column by subtracting each element in an optional column from a value.
Declaration
static func - (lhs: Self.WrappedElement, rhs: Self) -> Column<Self.WrappedElement> where Self.WrappedElement : AdditiveArithmeticParameters
- lhs:
A value of the same type as the optional column’s type.
- rhs:
An optional column type.
Return Value
A new column.