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