Class MergeSort
java.lang.Object
org.apache.sysds.runtime.compress.colgroup.insertionsort.AInsertionSorter
org.apache.sysds.runtime.compress.colgroup.insertionsort.MergeSort
-
Constructor Summary
ConstructorsConstructorDescriptionMergeSort(int endLength, int numRows, IntArrayList[] offsets) MergeSort(int endLength, int numRows, IntArrayList[] offsets, int negativeIndex) -
Method Summary
Methods inherited from class org.apache.sysds.runtime.compress.colgroup.insertionsort.AInsertionSorter
getData, getIndexes
-
Constructor Details
-
MergeSort
-
MergeSort
-