Uses of Class
org.apache.parquet.column.statistics.geospatial.GeospatialStatistics
-
Packages that use GeospatialStatistics Package Description org.apache.parquet.column.page org.apache.parquet.column.statistics.geospatial -
-
Uses of GeospatialStatistics in org.apache.parquet.column.page
Methods in org.apache.parquet.column.page with parameters of type GeospatialStatistics Modifier and Type Method Description default voidPageWriter. writePage(BytesInput bytesInput, int valueCount, int rowCount, Statistics<?> statistics, SizeStatistics sizeStatistics, GeospatialStatistics geospatialStatistics, Encoding rlEncoding, Encoding dlEncoding, Encoding valuesEncoding)writes a single pagedefault voidPageWriter. writePageV2(int rowCount, int nullCount, int valueCount, BytesInput repetitionLevels, BytesInput definitionLevels, Encoding dataEncoding, BytesInput data, Statistics<?> statistics, SizeStatistics sizeStatistics, GeospatialStatistics geospatialStatistics)writes a single page in the new format -
Uses of GeospatialStatistics in org.apache.parquet.column.statistics.geospatial
Methods in org.apache.parquet.column.statistics.geospatial that return GeospatialStatistics Modifier and Type Method Description GeospatialStatisticsGeospatialStatistics.Builder. build()Build a GeospatialStatistics from the builder.GeospatialStatisticsGeospatialStatistics. copy()Methods in org.apache.parquet.column.statistics.geospatial with parameters of type GeospatialStatistics Modifier and Type Method Description voidGeospatialStatistics. merge(GeospatialStatistics other)
-