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