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.
Parquet file writer, with a columnar and a row-oriented API over one core.
-
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, GeospatialStatistics geospatialStatistics, Long bloomFilterOffset, Integer bloomFilterLength, List<PageEncodingStats> encodingStats, SizeStatistics sizeStatistics) Creates an instance of aColumnMetaDatarecord class. -
Uses of CompressionCodec in dev.hardwood.writer
Fields in dev.hardwood.writer declared as CompressionCodecModifier and TypeFieldDescriptionstatic final CompressionCodecWriterConfig.DEFAULT_CODECDefault page compression codec:ZSTDwhen the zstd-jni library is on the classpath, otherwiseUNCOMPRESSED.Methods in dev.hardwood.writer that return CompressionCodecModifier and TypeMethodDescriptionWriterConfig.codec()The codec each page body is compressed with.Methods in dev.hardwood.writer with parameters of type CompressionCodecModifier and TypeMethodDescriptionWriterConfig.Builder.codec(CompressionCodec codec) Sets the codec each page body is compressed with; must be non-null.