Uses of Enum Class
dev.hardwood.metadata.CompressionCodec
Packages that use CompressionCodec
-
Uses of CompressionCodec in dev.hardwood.metadata
Subclasses with type arguments of type CompressionCodec in dev.hardwood.metadataMethods in dev.hardwood.metadata that return CompressionCodecModifier and TypeMethodDescriptionColumnMetaData.codec()Returns the value of thecodecrecord component.static CompressionCodecReturns the enum constant of this class with the specified name.static CompressionCodec[]CompressionCodec.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.hardwood.metadata with parameters of type CompressionCodecModifierConstructorDescriptionColumnMetaData(PhysicalType type, List<Encoding> encodings, List<String> pathInSchema, CompressionCodec codec, long numValues, long totalUncompressedSize, long totalCompressedSize, long dataPageOffset, Long dictionaryPageOffset) Creates an instance of aColumnMetaDatarecord class.