Uses of Class
org.apache.sysds.runtime.compress.estim.CompressedSizeInfoColGroup
Packages that use CompressedSizeInfoColGroup
Package
Description
-
Uses of CompressedSizeInfoColGroup in org.apache.sysds.runtime.compress.cocode
Methods in org.apache.sysds.runtime.compress.cocode that return CompressedSizeInfoColGroupModifier and TypeMethodDescriptionMemorizer.get(ColIndexes c) MemorizerV2.get(ColIndexes c) Memorizer.getOrCreate(ColIndexes cI, ColIndexes c1, ColIndexes c2) MemorizerV2.getOrCreate(ColIndexes cI, ColIndexes c1, ColIndexes c2) Methods in org.apache.sysds.runtime.compress.cocode with parameters of type CompressedSizeInfoColGroupModifier and TypeMethodDescriptionvoidMemorizer.put(ColIndexes key, CompressedSizeInfoColGroup val) voidMemorizer.put(CompressedSizeInfoColGroup g) voidMemorizerV2.put(ColIndexes key, CompressedSizeInfoColGroup val) voidMemorizerV2.put(CompressedSizeInfoColGroup g) -
Uses of CompressedSizeInfoColGroup in org.apache.sysds.runtime.compress.colgroup
Methods in org.apache.sysds.runtime.compress.colgroup that return CompressedSizeInfoColGroupModifier and TypeMethodDescriptionabstract CompressedSizeInfoColGroupAColGroup.getCompressionInfo(int nRow) Get the compression info for this column group.ASDC.getCompressionInfo(int nRow) ASDCZero.getCompressionInfo(int nRow) ColGroupConst.getCompressionInfo(int nRow) ColGroupDDC.getCompressionInfo(int nRow) ColGroupDDCFOR.getCompressionInfo(int nRow) ColGroupDDCLZW.getCompressionInfo(int nRow) ColGroupEmpty.getCompressionInfo(int nRow) ColGroupLinearFunctional.getCompressionInfo(int nRow) ColGroupOLE.getCompressionInfo(int nRow) ColGroupRLE.getCompressionInfo(int nRow) ColGroupUncompressed.getCompressionInfo(int nRow) ColGroupUncompressedArray.getCompressionInfo(int nRow) -
Uses of CompressedSizeInfoColGroup in org.apache.sysds.runtime.compress.cost
Methods in org.apache.sysds.runtime.compress.cost with parameters of type CompressedSizeInfoColGroupModifier and TypeMethodDescriptionfinal doubleACostEstimate.getCost(CompressedSizeInfoColGroup g) Get cost of a single column group estimate. -
Uses of CompressedSizeInfoColGroup in org.apache.sysds.runtime.compress.estim
Fields in org.apache.sysds.runtime.compress.estim with type parameters of type CompressedSizeInfoColGroupMethods in org.apache.sysds.runtime.compress.estim that return CompressedSizeInfoColGroupModifier and TypeMethodDescriptionAComEst.combine(IColIndex combinedColumns, CompressedSizeInfoColGroup g1, CompressedSizeInfoColGroup g2) Combine two analyzed column groups together.AComEst.combine(CompressedSizeInfoColGroup g1, CompressedSizeInfoColGroup g2) combine two analyzed column groups together.AComEst.getColGroupInfo(IColIndex colIndexes) Method for extracting Compressed Size Info of specified columns, together in a single ColGroupabstract CompressedSizeInfoColGroupAComEst.getColGroupInfo(IColIndex colIndexes, int estimate, int nrUniqueUpperBound) A method to extract the Compressed Size Info for a given list of columns, This method further limits the estimated number of unique values, since in some cases the estimated number of uniques is estimated higher than the number estimated in sub groups of the given colIndexes.ComEstCompressed.getColGroupInfo(IColIndex colIndexes, int estimate, int nrUniqueUpperBound) ComEstCompressedSample.getColGroupInfo(IColIndex colIndexes, int estimate, int nrUniqueUpperBound) ComEstExact.getColGroupInfo(IColIndex colIndexes, int estimate, int nrUniqueUpperBound) ComEstSample.getColGroupInfo(IColIndex colIndexes, int estimate, int maxDistinct) AComEst.getDeltaColGroupInfo(IColIndex colIndexes) Method for extracting info of specified columns as delta encodings (delta from previous rows values)abstract CompressedSizeInfoColGroupAComEst.getDeltaColGroupInfo(IColIndex colIndexes, int estimate, int nrUniqueUpperBound) A method to extract the Compressed Size Info for a given list of columns, This method further limits the estimated number of unique values, since in some cases the estimated number of uniques is estimated higher than the number estimated in sub groups of the given colIndexes.ComEstCompressed.getDeltaColGroupInfo(IColIndex colIndexes, int estimate, int nrUniqueUpperBound) ComEstCompressedSample.getDeltaColGroupInfo(IColIndex colIndexes, int estimate, int nrUniqueUpperBound) ComEstExact.getDeltaColGroupInfo(IColIndex colIndexes, int estimate, int nrUniqueUpperBound) ComEstSample.getDeltaColGroupInfo(IColIndex colIndexes, int estimate, int maxDistinct) CompressedSizeInfo.getGroupInfo(int index) Methods in org.apache.sysds.runtime.compress.estim that return types with arguments of type CompressedSizeInfoColGroupMethods in org.apache.sysds.runtime.compress.estim with parameters of type CompressedSizeInfoColGroupModifier and TypeMethodDescriptionAComEst.combine(IColIndex combinedColumns, CompressedSizeInfoColGroup g1, CompressedSizeInfoColGroup g2) Combine two analyzed column groups together.AComEst.combine(CompressedSizeInfoColGroup g1, CompressedSizeInfoColGroup g2) combine two analyzed column groups together.Method parameters in org.apache.sysds.runtime.compress.estim with type arguments of type CompressedSizeInfoColGroupModifier and TypeMethodDescriptionCompressedSizeInfo.setInfo(List<CompressedSizeInfoColGroup> info) Constructors in org.apache.sysds.runtime.compress.estim with parameters of type CompressedSizeInfoColGroupConstructor parameters in org.apache.sysds.runtime.compress.estim with type arguments of type CompressedSizeInfoColGroupModifierConstructorDescriptionCompressedSizeInfo(List<CompressedSizeInfoColGroup> compressionInfo)