Uses of Class
org.apache.sysds.runtime.compress.cocode.ColIndexes
Packages that use ColIndexes
-
Uses of ColIndexes in org.apache.sysds.runtime.compress.cocode
Methods in org.apache.sysds.runtime.compress.cocode with parameters of type ColIndexesModifier and TypeMethodDescriptionbooleanColIndexes.contains(ColIndexes a, ColIndexes b) Memorizer.get(ColIndexes c) MemorizerV2.get(ColIndexes c) Memorizer.getOrCreate(ColIndexes cI, ColIndexes c1, ColIndexes c2) MemorizerV2.getOrCreate(ColIndexes cI, ColIndexes c1, ColIndexes c2) voidMemorizer.put(ColIndexes key, CompressedSizeInfoColGroup val) voidMemorizerV2.put(ColIndexes key, CompressedSizeInfoColGroup val) voidMemorizer.remove(ColIndexes c1, ColIndexes c2) voidMemorizerV2.remove(ColIndexes c1, ColIndexes c2)