DataFrameColumn.PopulateColumnSortIndicesWithHeap<T> Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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)
Parámetros de tipo
- T
Parámetros
- 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