Contents

==(_:_:)

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

Declaration

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

Parameters

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

See Also

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