+(_:_:)
Creates a column by adding each element of the given column to the given value.
Declaration
static func + (a: MLUntypedColumn, b: any MLDataValueConvertible) -> MLUntypedColumnParameters
- a:
An column.
- b:
A value.
Return Value
A new column if the column and value have the same underlying type; otherwise an invalid column.