>(_:_:)
Creates a column of Booleans by testing whether the given value is greater than each element in the given column.
Declaration
static func > (a: any MLDataValueConvertible, b: MLUntypedColumn) -> MLUntypedColumnParameters
- a:
A value.
- b:
A column.
Return Value
A new column of Booleans if the column and value have the same underlying type; otherwise an invalid column.