Partilhar via


DataFrameColumn.GroupColumnValues<TKey>(HashSet<Int64>) Método

Definição

Agrupa as linhas desta coluna por seu valor.

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

Parâmetros de tipo

TKey

O tipo de dados mantidos por esta coluna

Parâmetros

nullIndices
HashSet<Int64>

Retornos

Um mapeamento de valor(TKey) para os índices que contêm esse valor. Deve ser classificada coleção.

Aplica-se a