[ParquetQuickStatsBuilder](https://github.com/prestodb/presto/blob/f02046f22ae01af401ece030f28329cac78524e3/presto-hive/src/main/java/com/facebook/presto/hive/statistics/ParquetQuickStatsBuilder.java#L113-L254) can build min/max for primitive types With logical type plumbing, we can make it work for DECIMAL types as well Parquet uses INT32, INT64 or FIXED_LEN_BYTE_ARRAY to store DECIMAL types physically