Uses of Record Class
dev.hardwood.metadata.Statistics
Packages that use Statistics
Package
Description
Low-level Parquet file metadata types that mirror the Thrift definitions.
-
Uses of Statistics in dev.hardwood.metadata
Methods in dev.hardwood.metadata that return StatisticsModifier and TypeMethodDescriptionColumnMetaData.statistics()Returns the value of thestatisticsrecord component.Constructors in dev.hardwood.metadata with parameters of type StatisticsModifierConstructorDescriptionColumnMetaData(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.