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