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