DataFrame.Col(String) メソッド

定義

列名に基づいて列を選択します。

public Microsoft.Spark.Sql.Column Col (string colName);
member this.Col : string -> Microsoft.Spark.Sql.Column
Public Function Col (colName As String) As Column

パラメーター

colName
String

列名

戻り値

Column オブジェクト

適用対象