Uses of Enum Class
dev.hardwood.metadata.Encoding
Packages that use Encoding
-
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, List<String> pathInSchema, CompressionCodec codec, long numValues, long totalUncompressedSize, long totalCompressedSize, long dataPageOffset, Long dictionaryPageOffset) Creates an instance of aColumnMetaDatarecord class.