Column.GetField(String) Method

Definition

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

Applies to