DataFrame.ColRegex(String) Method

Definition

Selects column based on the column name specified as a regex.

public Microsoft.Spark.Sql.Column ColRegex (string colName);
member this.ColRegex : string -> Microsoft.Spark.Sql.Column
Public Function ColRegex (colName As String) As Column

Parameters

colName
String

Column name as a regex

Returns

Column object

Applies to