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 TypeMethodDescriptionPageEncodingStats.encoding()Returns the value of theencodingrecord component.static 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.Constructors in dev.hardwood.metadata with parameters of type EncodingModifierConstructorDescriptionPageEncodingStats(PageType pageType, Encoding encoding, int count) Creates an instance of aPageEncodingStatsrecord class.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, GeospatialStatistics geospatialStatistics, Long bloomFilterOffset, Integer bloomFilterLength, List<PageEncodingStats> encodingStats, SizeStatistics sizeStatistics) Creates an instance of aColumnMetaDatarecord class.