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