+(_:_:)
Generates a column by adding each element in a column to a value.
Declaration
static func + (lhs: Self.Element, rhs: Self) -> Column<Self.Element> where Self.Element : AdditiveArithmeticParameters
- lhs:
A value of the same type as the column.
- rhs:
A column type.
Return Value
A new column.