Class ArrayCompressionStatistics
java.lang.Object
org.apache.sysds.runtime.frame.data.compress.ArrayCompressionStatistics
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intfinal longfinal booleanfinal intfinal longfinal booleanfinal booleanfinal Types.ValueType -
Constructor Summary
ConstructorsConstructorDescriptionArrayCompressionStatistics(int bytePerValue, int nUnique, boolean shouldCompress, Types.ValueType valueType, boolean containsNull, ArrayFactory.FrameArrayType bestType, long originalSize, long compressedSizeEstimate, boolean sampledAllRows) -
Method Summary
-
Field Details
-
originalSize
public final long originalSize -
compressedSizeEstimate
public final long compressedSizeEstimate -
shouldCompress
public final boolean shouldCompress -
valueType
-
containsNull
public final boolean containsNull -
sampledAllRows
public final boolean sampledAllRows -
bestType
-
bytePerValue
public final int bytePerValue -
nUnique
public final int nUnique
-
-
Constructor Details
-
ArrayCompressionStatistics
public ArrayCompressionStatistics(int bytePerValue, int nUnique, boolean shouldCompress, Types.ValueType valueType, boolean containsNull, ArrayFactory.FrameArrayType bestType, long originalSize, long compressedSizeEstimate, boolean sampledAllRows)
-
-
Method Details