DataFrameColumn.GetSortIndices(Boolean, Boolean) 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.
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.