Sdílet prostřednictvím


ArrowStringDataFrameColumn.GroupColumnValues<TKey> Metoda

Definice

Seskupí řádky tohoto sloupce podle jejich hodnoty.

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))

Parametry typu

TKey

Typ dat uložených tímto sloupcem

Parametry

nullIndices
HashSet<Int64>

Návraty

Mapování hodnot (TKey) na indexy obsahující tuto hodnotu. Měla by být seřazena kolekce.

Platí pro