ArrowStringDataFrameColumn.GroupColumnValues<TKey> Method

Definition

Groups the rows of this column by their value.

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

Type Parameters

TKey

The type of data held by this column

Parameters

nullIndices
HashSet<Int64>

Returns

A mapping of value(TKey) to the indices containing this value. Should be sorted collection.

Applies to