diff --git a/cpp/src/parquet/statistics.h b/cpp/src/parquet/statistics.h index 796a889c3f40..0d55409f746e 100644 --- a/cpp/src/parquet/statistics.h +++ b/cpp/src/parquet/statistics.h @@ -401,7 +401,9 @@ std::shared_ptr> MakeStatistics( /// \param[in] num_values number of values /// \param[in] null_count number of null values /// \param[in] distinct_count number of distinct values +/// \note Deprecated in 26.0.0. Use a ColumnDescriptor-based overload instead. template +PARQUET_DEPRECATED("Deprecated in 26.0.0. Use a ColumnDescriptor-based overload instead.") std::shared_ptr> MakeStatistics(const typename DType::c_type& min, const typename DType::c_type& max, int64_t num_values,