Freigeben über


DataFrameColumn.GroupColumnValues<TKey>(HashSet<Int64>) Methode

Definition

Gruppiert die Zeilen dieser Spalte nach ihrem Wert.

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

Typparameter

TKey

Der Datentyp, der von dieser Spalte gehalten wird

Parameter

nullIndices
HashSet<Int64>

Gibt zurück

Eine Zuordnung von Wert(TKey) zu den Indizes, die diesen Wert enthalten. Sollte sortiert werden.

Gilt für: