DataFrame.ColRegex(String) 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.
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