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