Column.Contains(Object) Method

Definition

Contains the other element. Returns a boolean column based on a string match.

public Microsoft.Spark.Sql.Column Contains (object other);
member this.Contains : obj -> Microsoft.Spark.Sql.Column
Public Function Contains (other As Object) As Column

Parameters

other
Object

The object that is used to check for existence in the current column.

Returns

New column after checking if the column contains object other

Applies to