Uses of Enum Class
org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary.DictType
Packages that use IDictionary.DictType
-
Uses of IDictionary.DictType in org.apache.sysds.runtime.compress.colgroup.dictionary
Methods in org.apache.sysds.runtime.compress.colgroup.dictionary that return IDictionary.DictTypeModifier and TypeMethodDescriptionDeltaDictionary.getDictType()Dictionary.getDictType()IdentityDictionary.getDictType()IdentityDictionarySlice.getDictType()IDictionary.getDictType()Get the dictionary type this dictionary is.MatrixBlockDictionary.getDictType()PlaceHolderDict.getDictType()QDictionary.getDictType()static IDictionary.DictTypeReturns the enum constant of this class with the specified name.static IDictionary.DictType[]IDictionary.DictType.values()Returns an array containing the constants of this enum class, in the order they are declared.