| Package | Description |
|---|---|
| org.apache.parquet.format |
| Modifier and Type | Field and Description |
|---|---|
GeospatialStatistics |
ColumnMetaData.geospatial_statistics
Optional statistics specific for Geometry and Geography logical types
|
| Modifier and Type | Method and Description |
|---|---|
GeospatialStatistics |
GeospatialStatistics.deepCopy() |
GeospatialStatistics |
ColumnMetaData.getGeospatial_statistics()
Optional statistics specific for Geometry and Geography logical types
|
GeospatialStatistics |
GeospatialStatistics.setBbox(BoundingBox bbox)
A bounding box of geospatial instances
|
GeospatialStatistics |
GeospatialStatistics.setGeospatial_types(List<Integer> geospatial_types)
Geospatial type codes of all instances, or an empty list if not known
|
| Modifier and Type | Method and Description |
|---|---|
int |
GeospatialStatistics.compareTo(GeospatialStatistics other) |
boolean |
GeospatialStatistics.equals(GeospatialStatistics that) |
ColumnMetaData |
ColumnMetaData.setGeospatial_statistics(GeospatialStatistics geospatial_statistics)
Optional statistics specific for Geometry and Geography logical types
|
| Constructor and Description |
|---|
GeospatialStatistics(GeospatialStatistics other)
Performs a deep copy on other.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.