Contents

/(_:_:)

Generates an integer column by dividing each element in an optional column by a value.

Declaration

static func / (lhs: Self, rhs: Self.WrappedElement) -> Column<Self.WrappedElement>

Parameters

  • lhs:

    An optional column type.

  • rhs:

    A value of the same type as the optional column’s type.

Return Value

A new column.

See Also

Generating an Optional Column by Combining a Value