Class CompressedSizeInfo
java.lang.Object
org.apache.sysds.runtime.compress.estim.CompressedSizeInfo
A helper reusable object for maintaining information about estimated compression
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetGroupInfo(int index) getInfo()intlongMethod for returning the calculated memory usage from this specific compression plan.toString()
-
Field Details
-
compressionInfo
-
-
Constructor Details
-
CompressedSizeInfo
-
CompressedSizeInfo
-
-
Method Details
-
getGroupInfo
-
getInfo
-
setInfo
-
clearMaps
public void clearMaps() -
memoryEstimate
public long memoryEstimate()Method for returning the calculated memory usage from this specific compression plan.- Returns:
- The in memory estimate as a long counting bytes.
-
getNumberColGroups
public int getNumberColGroups() -
toString
-
getEstimatedDistinct
-
getNrColumnsString
-