Column.Contains(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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