共用方式為


ArrowStringDataFrameColumn.GroupColumnValues<TKey> 方法

定義

依資料行的值來分組此資料行的資料列。

public override System.Collections.Generic.Dictionary<TKey,System.Collections.Generic.ICollection<long>> GroupColumnValues<TKey> (out System.Collections.Generic.HashSet<long> nullIndices);
override this.GroupColumnValues : HashSet -> System.Collections.Generic.Dictionary<'Key, System.Collections.Generic.ICollection<int64>>
Public Overrides Function GroupColumnValues(Of TKey) (ByRef nullIndices As HashSet(Of Long)) As Dictionary(Of TKey, ICollection(Of Long))

類型參數

TKey

此資料行所保留的資料類型

參數

nullIndices
HashSet<Int64>

傳回

值 (TKey) 與包含此值之索引的對應。 應該排序集合。

適用於