Contents

-(_:_:)

Generates a column by subtracting each element in an optional column from a value.

Declaration

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

Parameters

  • lhs:

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

  • rhs:

    An optional column type.

Return Value

A new column.

See Also

Generating an Optional Column by Combining a Value