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