DataFrameColumn.PopulateColumnSortIndicesWithHeap<T> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Type Parameters
- T
Parameters
- 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