Package | Description |
---|---|
org.apache.sysds.runtime.compress.readers | |
org.apache.sysds.runtime.compress.utils |
Modifier and Type | Method and Description |
---|---|
DblArray |
ReaderColumnSelection.nextRow()
Gets the next row, null when no more rows.
|
Modifier and Type | Field and Description |
---|---|
DblArray |
DArrCounts.key |
DblArray |
DblArrayIntListHashMap.DArrayIListEntry.key |
Modifier and Type | Method and Description |
---|---|
void |
DblArrayIntListHashMap.appendValue(DblArray key,
int value) |
boolean |
DblArray.equals(DblArray that) |
int |
DblArrayCountHashMap.get(DblArray key)
Get the value on a key, if the key is not inside a NullPointerException is thrown.
|
IntArrayList |
DblArrayIntListHashMap.get(DblArray key) |
int |
DblArrayCountHashMap.increment(DblArray key)
Increment the key, and return the Id of the value incremented.
|
boolean |
DblArrayIntListHashMap.DArrayIListEntry.keyEquals(DblArray keyThat) |
Constructor and Description |
---|
DArrayIListEntry(DblArray ekey,
IntArrayList evalue) |
DArrCounts(DblArray key,
int id) |
DblArray(DblArray that) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.