DataFrameColumn.GroupColumnValues<TKey>(HashSet<Int64>) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 열의 행을 해당 값으로 그룹화합니다.
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
이 열에서 보유하는 데이터 형식
매개 변수
반환
값(TKey
)을 이 값이 포함된 인덱스에 매핑합니다. 정렬된 컬렉션이어야 합니다.