Skip to content

Commit

Permalink
more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Baunsgaard committed Jan 14, 2025
1 parent 3e983e4 commit b1f7e6e
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,10 @@ public long estimateInMemorySize(){
return MatrixBlock.estimateSizeInMemory(array.size(),1,array.size()) + 80;
}


@Override
public String toString(){
return "UncompressedArrayGroup: " + id + " " + _colIndexes;
}

}

0 comments on commit b1f7e6e

Please sign in to comment.