Package | Description |
---|---|
org.apache.sysds.runtime.compress.colgroup.insertionsort | |
org.apache.sysds.runtime.compress.colgroup.mapping | |
org.apache.sysds.runtime.compress.estim |
Modifier and Type | Method and Description |
---|---|
AMapToData |
AInsertionSorter.getData() |
Modifier and Type | Class and Description |
---|---|
class |
MapToBit |
class |
MapToByte |
class |
MapToChar |
class |
MapToInt |
Modifier and Type | Method and Description |
---|---|
static AMapToData |
MapToFactory.create(int size,
ABitmap ubm) |
static AMapToData |
MapToFactory.create(int size,
boolean zeros,
IntArrayList[] values) |
static AMapToData |
MapToFactory.create(int size,
int numTuples) |
static AMapToData |
MapToFactory.join(AMapToData left,
AMapToData right) |
static AMapToData |
MapToFactory.readIn(DataInput in) |
static AMapToData |
MapToFactory.resize(AMapToData d,
int numTuples)
Reshape the map, to a smaller instance if applicable.
|
Modifier and Type | Method and Description |
---|---|
void |
MapToByte.copy(AMapToData d) |
void |
AMapToData.copy(AMapToData d) |
static AMapToData |
MapToFactory.join(AMapToData left,
AMapToData right) |
static AMapToData |
MapToFactory.resize(AMapToData d,
int numTuples)
Reshape the map, to a smaller instance if applicable.
|
Modifier and Type | Method and Description |
---|---|
AMapToData |
CompressedSizeInfoColGroup.getMap() |
Copyright © 2021 The Apache Software Foundation. All rights reserved.