Skip to content

Commit

Permalink
add file level geo stats
Browse files Browse the repository at this point in the history
  • Loading branch information
wgtmac committed May 27, 2024
1 parent a1472f0 commit 1d583d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/thrift/parquet.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,8 @@ struct GeometryType {
* It can be used by GeoParquet to offload some of the column metadata.
*/
2: optional string metadata;
/** File-level statistics for geometries */
3: optional GeometryStatistics statistics;
}

/**
Expand Down

0 comments on commit 1d583d5

Please sign in to comment.