diff --git a/cpp/src/arrow/array/statistics.cc b/cpp/src/arrow/array/statistics.cc index 39951b90aac33..b661c9fbaffed 100644 --- a/cpp/src/arrow/array/statistics.cc +++ b/cpp/src/arrow/array/statistics.cc @@ -15,4 +15,7 @@ // specific language governing permissions and limitations // under the License. +// This empty .cc file is for embedding not inlined symbols in +// arrow::ArrayStatistics into libarrow. + #include "arrow/array/statistics.h"