Uses of Enum Class
dev.hardwood.metadata.Encoding
Packages that use Encoding
Package
Description
Low-level Parquet file metadata types that mirror the Thrift definitions.
-
Uses of Encoding in dev.hardwood.metadata
Subclasses with type arguments of type Encoding in dev.hardwood.metadataMethods in dev.hardwood.metadata that return EncodingModifier and TypeMethodDescriptionstatic EncodingReturns the enum constant of this class with the specified name.static Encoding[]Encoding.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.hardwood.metadata that return types with arguments of type EncodingModifier and TypeMethodDescriptionColumnMetaData.encodings()Returns the value of theencodingsrecord component.Constructor parameters in dev.hardwood.metadata with type arguments of type EncodingModifierConstructorDescriptionColumnMetaData(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.