ArrowStringDataFrameColumn.GroupColumnValues<TKey> メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この列の行を値でグループ化します。
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))
型パラメーター
- TKey
この列が保持するデータの種類
パラメーター
戻り値
この値を含むインデックスへの value(TKey) のマッピング。 コレクションを並べ替える必要があります。