Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cpp/src/parquet/statistics.h
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,9 @@ std::shared_ptr<TypedStatistics<DType>> 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 <typename DType>
PARQUET_DEPRECATED("Deprecated in 26.0.0. Use a ColumnDescriptor-based overload instead.")
std::shared_ptr<TypedStatistics<DType>> MakeStatistics(const typename DType::c_type& min,
const typename DType::c_type& max,
int64_t num_values,
Expand Down
Loading