Commits


mwish authored and GitHub committed 1cc1f4c7528
GH-38887: [C++][Parquet] Move EstimatedBufferedValueBytes from TypedColumnWriter to ColumnWriter (#39055) ### Rationale for this change Trying to put `EstimatedBufferedValueBytes` from `TypedColumnWriter` to `ColumnWriter`. ### What changes are included in this PR? put `EstimatedBufferedValueBytes` from `TypedColumnWriter` to `ColumnWriter`. ### Are these changes tested? No, just interface change ### Are there any user-facing changes? Yes, interface changed * Closes: #38887 Authored-by: mwish <maplewish117@gmail.com> Signed-off-by: mwish <maplewish117@gmail.com>