Partilhar via


ArrowStringDataFrameColumn.GroupColumnValues<TKey> Método

Definição

Agrupa as linhas desta coluna por seu valor.

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

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