Package | Description |
---|---|
org.apache.sysds.runtime.compress.colgroup.insertionsort | |
org.apache.sysds.runtime.compress.colgroup.mapping | |
org.apache.sysds.runtime.compress.utils |
Modifier and Type | Method and Description |
---|---|
static AInsertionSorter |
InsertionSorterFactory.create(int endLength,
int knownMax,
IntArrayList[] offsets) |
static AInsertionSorter |
InsertionSorterFactory.create(int endLength,
int knownMax,
IntArrayList[] offsets,
int negativeIndex) |
static AInsertionSorter |
InsertionSorterFactory.create(int endLength,
int knownMax,
IntArrayList[] offsets,
int negativeIndex,
InsertionSorterFactory.SORT_TYPE st) |
Constructor and Description |
---|
AInsertionSorter(int endLength,
int knownMax,
IntArrayList[] offsets,
int negativeIndex) |
MaterializeSort(int endLength,
int knownMax,
IntArrayList[] offsets,
int negativeIndex) |
MergeSort(int endLength,
int knownMax,
IntArrayList[] offsets,
int negativeIndex) |
Modifier and Type | Method and Description |
---|---|
static AMapToData |
MapToFactory.create(int size,
boolean zeros,
IntArrayList[] values) |
Modifier and Type | Field and Description |
---|---|
IntArrayList |
DblArrayIntListHashMap.DArrayIListEntry.value |
IntArrayList |
DoubleIntListHashMap.DIListEntry.value |
Modifier and Type | Method and Description |
---|---|
IntArrayList |
DblArrayIntListHashMap.get(DblArray key) |
IntArrayList |
DoubleIntListHashMap.get(double key) |
IntArrayList[] |
ABitmap.getOffsetList() |
IntArrayList |
ABitmap.getOffsetsList(int idx) |
IntArrayList |
BitmapLossy.getOffsetsList(int ix) |
Modifier and Type | Method and Description |
---|---|
void |
DblArrayIntListHashMap.appendValue(DblArray key,
IntArrayList value) |
void |
DoubleIntListHashMap.appendValue(double key,
IntArrayList value) |
Constructor and Description |
---|
ABitmap(int numCols,
IntArrayList[] offsetsLists,
int rows) |
Bitmap(IntArrayList[] offsetsLists,
double[] values,
int rows) |
BitmapLossy(int numCols,
IntArrayList[] offsetsLists,
byte[] values,
double scale,
int rows) |
DArrayIListEntry(DblArray ekey,
IntArrayList evalue) |
DIListEntry(double ekey,
IntArrayList evalue) |
MultiColBitmap(int numCols,
IntArrayList[] offsetsLists,
double[][] values,
int rows) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.