DataFrameColumn.PopulateColumnSortIndicesWithHeap<T> 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
protected static void PopulateColumnSortIndicesWithHeap<T>(System.Collections.Generic.SortedDictionary<T,System.Collections.Generic.List<(int, int)>> heapOfValueAndListOfTupleOfSortAndBufferIndex, Microsoft.Data.Analysis.PrimitiveDataFrameColumn<long> columnSortIndices, Microsoft.Data.Analysis.PrimitiveDataFrameColumn<long> columnNullIndices, bool ascending, bool putNullValuesLast, Microsoft.Data.Analysis.DataFrameColumn.GetBufferSortIndex getBufferSortIndex, Microsoft.Data.Analysis.DataFrameColumn.GetValueAndBufferSortIndexAtBuffer<T> getValueAndBufferSortIndexAtBuffer, Microsoft.Data.Analysis.DataFrameColumn.GetBufferLengthAtIndex getBufferLengthAtIndex);
static member PopulateColumnSortIndicesWithHeap : System.Collections.Generic.SortedDictionary<'T, System.Collections.Generic.List<ValueTuple<int, int>>> * Microsoft.Data.Analysis.PrimitiveDataFrameColumn<int64> * Microsoft.Data.Analysis.PrimitiveDataFrameColumn<int64> * bool * bool * Microsoft.Data.Analysis.DataFrameColumn.GetBufferSortIndex * Microsoft.Data.Analysis.DataFrameColumn.GetValueAndBufferSortIndexAtBuffer<'T> * Microsoft.Data.Analysis.DataFrameColumn.GetBufferLengthAtIndex -> unit
Protected Shared Sub PopulateColumnSortIndicesWithHeap(Of T) (heapOfValueAndListOfTupleOfSortAndBufferIndex As SortedDictionary(Of T, List(Of ValueTuple(Of Integer, Integer))), columnSortIndices As PrimitiveDataFrameColumn(Of Long), columnNullIndices As PrimitiveDataFrameColumn(Of Long), ascending As Boolean, putNullValuesLast As Boolean, getBufferSortIndex As DataFrameColumn.GetBufferSortIndex, getValueAndBufferSortIndexAtBuffer As DataFrameColumn.GetValueAndBufferSortIndexAtBuffer(Of T), getBufferLengthAtIndex As DataFrameColumn.GetBufferLengthAtIndex)
형식 매개 변수
- T
매개 변수
- heapOfValueAndListOfTupleOfSortAndBufferIndex
- SortedDictionary<T,List<ValueTuple<Int32,Int32>>>
- columnSortIndices
- PrimitiveDataFrameColumn<Int64>
- columnNullIndices
- PrimitiveDataFrameColumn<Int64>
- ascending
- Boolean
- putNullValuesLast
- Boolean
- getBufferSortIndex
- DataFrameColumn.GetBufferSortIndex
- getValueAndBufferSortIndexAtBuffer
- DataFrameColumn.GetValueAndBufferSortIndexAtBuffer<T>
- getBufferLengthAtIndex
- DataFrameColumn.GetBufferLengthAtIndex