Uses of Enum Class
dev.hardwood.metadata.CompressionCodec
Packages that use CompressionCodec
Package
Description
Low-level Parquet file metadata types that mirror the Thrift definitions.
-
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, FieldPath pathInSchema, CompressionCodec codec, long numValues, long totalUncompressedSize, long totalCompressedSize, Map<String, String> keyValueMetadata, long dataPageOffset, Long dictionaryPageOffset, Statistics statistics) Creates an instance of aColumnMetaDatarecord class.