Commits


Even Rouault authored and Yibo Cai committed ed084f6bcd3
MINOR: [C++] cpp/parquet/Statistics: clarify that num_values() is the number of non-null values The current documentation of Statistics::num_values() is a bit ambiguous as it mentions the 'total number of values' and my initial understanding is that it also included null values. But experimentation and documentation of https://arrow.apache.org/docs/python/generated/pyarrow.parquet.Statistics.html shows that it is the number of non-null values. Closes #13164 from rouault/statistics_num_values Authored-by: Even Rouault <even.rouault@spatialys.com> Signed-off-by: Yibo Cai <yibo.cai@arm.com>