DataFrameColumn.PopulateColumnSortIndicesWithHeap<T> Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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