Freigeben über


DataFrameColumn.GetSortIndices(Boolean, Boolean) Method

Definition

Returns the indices that, when applied, result in this column being sorted./>.

protected internal abstract Microsoft.Data.Analysis.PrimitiveDataFrameColumn<long> GetSortIndices(bool ascending, bool putNullValuesLast);
abstract member GetSortIndices : bool * bool -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<int64>
Protected Friend MustOverride Function GetSortIndices (ascending As Boolean, putNullValuesLast As Boolean) As PrimitiveDataFrameColumn(Of Long)

Parameters

ascending
Boolean

Sorting order.

putNullValuesLast
Boolean

If true, null values are always put at the end.

Returns

Applies to