Column.GetItem(Object) Method

Definition

An expression that gets an item at position ordinal out of an array, or gets a value by key key in a MapType.

public Microsoft.Spark.Sql.Column GetItem (object key);
member this.GetItem : obj -> Microsoft.Spark.Sql.Column
Public Function GetItem (key As Object) As Column

Parameters

key
Object

The key with which to identify the item

Returns

New column after getting an item given a specific key

Applies to