Class AInsertionSorter
java.lang.Object
org.apache.sysds.runtime.compress.colgroup.insertionsort.AInsertionSorter
- Direct Known Subclasses:
MaterializeSort,MergeSort
This abstract class is for sorting the IntArrayList entries efficiently for SDC Column Groups construction.
The idea is to construct an object, where the array is inserted along with a label, and the values are sorted at
insertion time.
-
Constructor Summary
ConstructorsConstructorDescriptionAInsertionSorter(int endLength, int numRows, IntArrayList[] offsets) AInsertionSorter(int endLength, int numRows, IntArrayList[] offsets, int negativeIndex) -
Method Summary
-
Constructor Details
-
AInsertionSorter
-
AInsertionSorter
-
-
Method Details
-
getIndexes
public int[] getIndexes() -
getData
-