Column.GetField(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.
An expression that gets a field by name in a StructType
.
public Microsoft.Spark.Sql.Column GetField(string fieldName);
member this.GetField : string -> Microsoft.Spark.Sql.Column
Public Function GetField (fieldName As String) As Column
Parameters
- fieldName
- String
The name of the field
Returns
New column after getting a field for a specific key