Skip to content

Commit b1f7e6e

Browse files
committed
more logging
1 parent 3e983e4 commit b1f7e6e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/java/org/apache/sysds/runtime/compress/colgroup/ColGroupUncompressedArray.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,10 @@ public long estimateInMemorySize(){
5050
return MatrixBlock.estimateSizeInMemory(array.size(),1,array.size()) + 80;
5151
}
5252

53+
54+
@Override
55+
public String toString(){
56+
return "UncompressedArrayGroup: " + id + " " + _colIndexes;
57+
}
58+
5359
}

0 commit comments

Comments
 (0)