다음을 통해 공유


DataFrameColumn.GroupColumnValues<TKey>(HashSet<Int64>) 메서드

정의

이 열의 행을 해당 값으로 그룹화합니다.

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

형식 매개 변수

TKey

이 열에서 보유하는 데이터 형식

매개 변수

nullIndices
HashSet<Int64>

반환

값(TKey)을 이 값이 포함된 인덱스에 매핑합니다. 정렬된 컬렉션이어야 합니다.

적용 대상