Sort functions
Sorting functions from io.deephaven.function.Sort.
| Type | Name | Signature | Description |
|---|---|---|---|
| FUNCTION | rank | int[](ByteVector) | Returns the indices of values sorted from smallest to largest. |
| FUNCTION | rank | int[](Byte[]) | Returns the indices of values sorted from smallest to largest. |
| FUNCTION | rank | int[](DoubleVector) | Returns the indices of values sorted from smallest to largest. |
| FUNCTION | rank | int[](Double[]) | Returns the indices of values sorted from smallest to largest. |
| FUNCTION | rank | int[](FloatVector) | Returns the indices of values sorted from smallest to largest. |
| FUNCTION | rank | int[](Float[]) | Returns the indices of values sorted from smallest to largest. |
| FUNCTION | rank | int[](IntVector) | Returns the indices of values sorted from smallest to largest. |
| FUNCTION | rank | int[](Integer[]) | Returns the indices of values sorted from smallest to largest. |
| FUNCTION | rank | int[](LongVector) | Returns the indices of values sorted from smallest to largest. |
| FUNCTION | rank | int[](Long[]) | Returns the indices of values sorted from smallest to largest. |
| FUNCTION | rank | int[](ShortVector) | Returns the indices of values sorted from smallest to largest. |
| FUNCTION | rank | int[](Short[]) | Returns the indices of values sorted from smallest to largest. |
| FUNCTION | rank | int[](byte...) | Returns the indices of values sorted from smallest to largest. |
| FUNCTION | rank | int[](double...) | Returns the indices of values sorted from smallest to largest. |
| FUNCTION | rank | int[](float...) | Returns the indices of values sorted from smallest to largest. |
| FUNCTION | rank | int[](int...) | Returns the indices of values sorted from smallest to largest. |
| FUNCTION | rank | int[](long...) | Returns the indices of values sorted from smallest to largest. |
| FUNCTION | rank | int[](short...) | Returns the indices of values sorted from smallest to largest. |
| FUNCTION | rankDescending | int[](ByteVector) | Returns the indices of values sorted from largest to smallest. |
| FUNCTION | rankDescending | int[](Byte[]) | Returns the indices of values sorted from largest to smallest. |
| FUNCTION | rankDescending | int[](DoubleVector) | Returns the indices of values sorted from largest to smallest. |
| FUNCTION | rankDescending | int[](Double[]) | Returns the indices of values sorted from largest to smallest. |
| FUNCTION | rankDescending | int[](FloatVector) | Returns the indices of values sorted from largest to smallest. |
| FUNCTION | rankDescending | int[](Float[]) | Returns the indices of values sorted from largest to smallest. |
| FUNCTION | rankDescending | int[](IntVector) | Returns the indices of values sorted from largest to smallest. |
| FUNCTION | rankDescending | int[](Integer[]) | Returns the indices of values sorted from largest to smallest. |
| FUNCTION | rankDescending | int[](LongVector) | Returns the indices of values sorted from largest to smallest. |
| FUNCTION | rankDescending | int[](Long[]) | Returns the indices of values sorted from largest to smallest. |
| FUNCTION | rankDescending | int[](ShortVector) | Returns the indices of values sorted from largest to smallest. |
| FUNCTION | rankDescending | int[](Short[]) | Returns the indices of values sorted from largest to smallest. |
| FUNCTION | rankDescending | int[](byte...) | Returns the indices of values sorted from largest to smallest. |
| FUNCTION | rankDescending | int[](double...) | Returns the indices of values sorted from largest to smallest. |
| FUNCTION | rankDescending | int[](float...) | Returns the indices of values sorted from largest to smallest. |
| FUNCTION | rankDescending | int[](int...) | Returns the indices of values sorted from largest to smallest. |
| FUNCTION | rankDescending | int[](long...) | Returns the indices of values sorted from largest to smallest. |
| FUNCTION | rankDescending | int[](short...) | Returns the indices of values sorted from largest to smallest. |
| FUNCTION | rankDescendingObj | int[](Comparable...) | Returns the indices of values sorted from largest to smallest. |
| FUNCTION | rankDescendingObj | int[](Comparable[], Comparator) | Returns the indices of values sorted from largest to smallest. |
| FUNCTION | rankDescendingObj | int[](ObjectVector) | Returns the indices of values sorted from largest to smallest. |
| FUNCTION | rankDescendingObj | int[](ObjectVector, Comparator) | Returns the indices of values sorted from largest to smallest. |
| FUNCTION | rankObj | int[](Comparable...) | Returns the indices of values sorted from smallest to largest. |
| FUNCTION | rankObj | int[](Comparable[], Comparator) | Returns the indices of values sorted from smallest to largest. |
| FUNCTION | rankObj | int[](ObjectVector) | Returns the indices of values sorted from smallest to largest. |
| FUNCTION | rankObj | int[](ObjectVector, Comparator) | Returns the indices of values sorted from smallest to largest. |
| FUNCTION | sort | byte[](ByteVector) | Returns sorted values from smallest to largest. |
| FUNCTION | sort | byte[](Byte[]) | Returns sorted values from smallest to largest. |
| FUNCTION | sort | byte[](byte...) | Returns sorted values from smallest to largest. |
| FUNCTION | sort | double[](DoubleVector) | Returns sorted values from smallest to largest. |
| FUNCTION | sort | double[](Double[]) | Returns sorted values from smallest to largest. |
| FUNCTION | sort | double[](double...) | Returns sorted values from smallest to largest. |
| FUNCTION | sort | float[](FloatVector) | Returns sorted values from smallest to largest. |
| FUNCTION | sort | float[](Float[]) | Returns sorted values from smallest to largest. |
| FUNCTION | sort | float[](float...) | Returns sorted values from smallest to largest. |
| FUNCTION | sort | int[](IntVector) | Returns sorted values from smallest to largest. |
| FUNCTION | sort | int[](Integer[]) | Returns sorted values from smallest to largest. |
| FUNCTION | sort | int[](int...) | Returns sorted values from smallest to largest. |
| FUNCTION | sort | long[](LongVector) | Returns sorted values from smallest to largest. |
| FUNCTION | sort | long[](Long[]) | Returns sorted values from smallest to largest. |
| FUNCTION | sort | long[](long...) | Returns sorted values from smallest to largest. |
| FUNCTION | sort | short[](ShortVector) | Returns sorted values from smallest to largest. |
| FUNCTION | sort | short[](Short[]) | Returns sorted values from smallest to largest. |
| FUNCTION | sort | short[](short...) | Returns sorted values from smallest to largest. |
| FUNCTION | sortDescending | byte[](ByteVector) | Returns sorted values from largest to smallest. |
| FUNCTION | sortDescending | byte[](Byte[]) | Returns sorted values from largest to smallest. |
| FUNCTION | sortDescending | byte[](byte...) | Returns sorted values from largest to smallest. |
| FUNCTION | sortDescending | double[](DoubleVector) | Returns sorted values from largest to smallest. |
| FUNCTION | sortDescending | double[](Double[]) | Returns sorted values from largest to smallest. |
| FUNCTION | sortDescending | double[](double...) | Returns sorted values from largest to smallest. |
| FUNCTION | sortDescending | float[](FloatVector) | Returns sorted values from largest to smallest. |
| FUNCTION | sortDescending | float[](Float[]) | Returns sorted values from largest to smallest. |
| FUNCTION | sortDescending | float[](float...) | Returns sorted values from largest to smallest. |
| FUNCTION | sortDescending | int[](IntVector) | Returns sorted values from largest to smallest. |
| FUNCTION | sortDescending | int[](Integer[]) | Returns sorted values from largest to smallest. |
| FUNCTION | sortDescending | int[](int...) | Returns sorted values from largest to smallest. |
| FUNCTION | sortDescending | long[](LongVector) | Returns sorted values from largest to smallest. |
| FUNCTION | sortDescending | long[](Long[]) | Returns sorted values from largest to smallest. |
| FUNCTION | sortDescending | long[](long...) | Returns sorted values from largest to smallest. |
| FUNCTION | sortDescending | short[](ShortVector) | Returns sorted values from largest to smallest. |
| FUNCTION | sortDescending | short[](Short[]) | Returns sorted values from largest to smallest. |
| FUNCTION | sortDescending | short[](short...) | Returns sorted values from largest to smallest. |
| FUNCTION | sortDescendingObj | Comparable[](Comparable...) | Returns sorted values from largest to smallest. |
| FUNCTION | sortDescendingObj | Comparable[](Comparable[], Comparator) | Returns sorted values from largest to smallest. |
| FUNCTION | sortDescendingObj | Comparable[](ObjectVector) | Returns sorted values from largest to smallest. |
| FUNCTION | sortDescendingObj | Comparable[](ObjectVector, Comparator) | Returns sorted values from largest to smallest. |
| FUNCTION | sortObj | Comparable[](Comparable...) | Returns sorted values from smallest to largest. |
| FUNCTION | sortObj | Comparable[](Comparable[], Comparator) | Returns sorted values from smallest to largest. |
| FUNCTION | sortObj | Comparable[](ObjectVector) | Returns sorted values from smallest to largest. |
| FUNCTION | sortObj | Comparable[](ObjectVector, Comparator) | Returns sorted values from smallest to largest. |