/(_:_:)
Generates an integer column by dividing 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.