From 5eb74633210aaf7ac8b90eae950c905782cbc688 Mon Sep 17 00:00:00 2001 From: arash andishgar Date: Thu, 20 Feb 2025 16:32:12 +0330 Subject: [PATCH] correct MakeStatisticsArray doc --- cpp/src/arrow/record_batch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/arrow/record_batch.h b/cpp/src/arrow/record_batch.h index 06cb621e984..2b9fe0bda89 100644 --- a/cpp/src/arrow/record_batch.h +++ b/cpp/src/arrow/record_batch.h @@ -286,7 +286,7 @@ class ARROW_EXPORT RecordBatch { /// /// The created array follows the C data interface statistics /// specification. See - /// https://arrow.apache.org/docs/format/CDataInterfaceStatistics.html + /// https://arrow.apache.org/docs/format/StatisticsSchema.html /// for details. /// /// \param[in] pool the memory pool to allocate memory from