Column.GetItem(Object) 方法

定義

運算式,可在陣列外的位置 ordinal 取得專案,或依 中的 MapType 索引鍵 key 取得值。

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

參數

key
Object

用來識別專案的索引鍵

傳回

取得指定特定索引鍵的專案之後的新資料行

適用於