Uses of Record Class
dev.hardwood.metadata.GeospatialStatistics
Packages that use GeospatialStatistics
Package
Description
Low-level Parquet file metadata types that mirror the Thrift definitions.
-
Uses of GeospatialStatistics in dev.hardwood.metadata
Methods in dev.hardwood.metadata that return GeospatialStatisticsModifier and TypeMethodDescriptionColumnMetaData.geospatialStatistics()Returns the value of thegeospatialStatisticsrecord component.Methods in dev.hardwood.metadata that return types with arguments of type GeospatialStatisticsModifier and TypeMethodDescriptionColumnIndex.geospatialStatistics()Returns the value of thegeospatialStatisticsrecord component.Constructors in dev.hardwood.metadata with parameters of type GeospatialStatisticsModifierConstructorDescriptionColumnMetaData(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) Creates an instance of aColumnMetaDatarecord class.