Column.GetItem(Object) 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 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