Contents

<(_:_:)

Creates a column of Booleans by testing whether the given value is less than each element in the given column.

Declaration

static func < (a: any MLDataValueConvertible, b: MLUntypedColumn) -> MLUntypedColumn

Parameters

  • 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.

See Also

Comparing a value with a column to generate an untyped column of booleans