+(_:_:)
Generates a column by adding each element in an optional column to 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.