Uses of Enum Class
org.apache.sysds.runtime.compress.colgroup.offset.OffsetFactory.OFF_TYPE
Packages that use OffsetFactory.OFF_TYPE
-
Uses of OffsetFactory.OFF_TYPE in org.apache.sysds.runtime.compress.colgroup.offset
Methods in org.apache.sysds.runtime.compress.colgroup.offset that return OffsetFactory.OFF_TYPEModifier and TypeMethodDescriptionstatic OffsetFactory.OFF_TYPEReturns the enum constant of this class with the specified name.static OffsetFactory.OFF_TYPE[]OffsetFactory.OFF_TYPE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.runtime.compress.colgroup.offset with parameters of type OffsetFactory.OFF_TYPEModifier and TypeMethodDescriptionstatic AOffsetOffsetFactory.createOffset(int[] indexes, int apos, int alen, OffsetFactory.OFF_TYPE type) static AOffsetOffsetFactory.createOffset(int[] indexes, OffsetFactory.OFF_TYPE type) try to create a specific type of offset.