Uses of Enum Class
org.apache.sysds.runtime.frame.data.columns.ArrayFactory.FrameArrayType
Packages that use ArrayFactory.FrameArrayType
Package
Description
-
Uses of ArrayFactory.FrameArrayType in org.apache.sysds.runtime.frame.data.columns
Methods in org.apache.sysds.runtime.frame.data.columns that return ArrayFactory.FrameArrayTypeModifier and TypeMethodDescriptionabstract ArrayFactory.FrameArrayTypeArray.getFrameArrayType()Get the internal FrameArrayType, to specify the encoding of the Types, note there are more Frame Array Types than there is ValueTypes.BitSetArray.getFrameArrayType()BooleanArray.getFrameArrayType()CharArray.getFrameArrayType()DDCArray.getFrameArrayType()DoubleArray.getFrameArrayType()FloatArray.getFrameArrayType()HashIntegerArray.getFrameArrayType()HashLongArray.getFrameArrayType()IntegerArray.getFrameArrayType()LongArray.getFrameArrayType()OptionalArray.getFrameArrayType()RaggedArray.getFrameArrayType()StringArray.getFrameArrayType()static ArrayFactory.FrameArrayTypeReturns the enum constant of this class with the specified name.static ArrayFactory.FrameArrayType[]ArrayFactory.FrameArrayType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ArrayFactory.FrameArrayType in org.apache.sysds.runtime.frame.data.compress
Fields in org.apache.sysds.runtime.frame.data.compress declared as ArrayFactory.FrameArrayTypeConstructors in org.apache.sysds.runtime.frame.data.compress with parameters of type ArrayFactory.FrameArrayTypeModifierConstructorDescriptionArrayCompressionStatistics(int bytePerValue, int nUnique, boolean shouldCompress, Types.ValueType valueType, boolean containsNull, ArrayFactory.FrameArrayType bestType, long originalSize, long compressedSizeEstimate, boolean sampledAllRows)