| Package | Description | 
|---|---|
| org.apache.sysds.runtime.compress.colgroup.insertionsort | 
| Modifier and Type | Method and Description | 
|---|---|
| static InsertionSorterFactory.SORT_TYPE | InsertionSorterFactory.SORT_TYPE. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static InsertionSorterFactory.SORT_TYPE[] | InsertionSorterFactory.SORT_TYPE. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| static AInsertionSorter | InsertionSorterFactory. create(int numRows,
      IntArrayList[] offsets,
      int negativeIndex,
      InsertionSorterFactory.SORT_TYPE st) | 
| static AInsertionSorter | InsertionSorterFactory. create(int endLength,
      int numRows,
      IntArrayList[] offsets,
      int negativeIndex,
      InsertionSorterFactory.SORT_TYPE st) | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.