Compartir a través de


ArrowStringDataFrameColumn.GroupColumnValues<TKey> Método

Definición

Agrupa las filas de esta columna por su 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

Tipo de datos mantenidos por esta columna

Parámetros

nullIndices
HashSet<Int64>

Devoluciones

Asignación de value(TKey) a los índices que contienen este valor. Debe ordenarse la colección.

Se aplica a