Share via


Functions.CollectList 方法

定义

重载

CollectList(Column)

返回具有重复项的 对象的列表。

CollectList(String)

返回具有重复项的 对象的列表。

CollectList(Column)

返回具有重复项的 对象的列表。

public static Microsoft.Spark.Sql.Column CollectList (Microsoft.Spark.Sql.Column column);
static member CollectList : Microsoft.Spark.Sql.Column -> Microsoft.Spark.Sql.Column
Public Shared Function CollectList (column As Column) As Column

参数

column
Column

要应用的列

返回

Column 对象

适用于

CollectList(String)

返回具有重复项的 对象的列表。

public static Microsoft.Spark.Sql.Column CollectList (string columnName);
static member CollectList : string -> Microsoft.Spark.Sql.Column
Public Shared Function CollectList (columnName As String) As Column

参数

columnName
String

列名称

返回

Column 对象

适用于