Commits


czxrrr authored and Wes McKinney committed e109be624de
PARQUET-1664: [C++] Provide API to return metadata string from FileMetadata. we need to add a function like FileMetaData::ToString() this is useful when people want a string format of metadata. If loads of file sharing the same fileMetaData, ToString will provide a binary string that stay in memory to reduce redundant metadata reding time. Closes #5481 from czxrrr/PARQUET-1664 and squashes the following commits: 957564c49 <Wes McKinney> Rebase, fix inout parameter and documentation issue with FileMetaData::Make 637341b00 <Wes McKinney> Nits based on code review comments a28bb88aa <Wes McKinney> Fix MSVC warning. clang-format 9f9c40a8a <czxrrr> comment change a48dc6bd5 <czxrrr> refactor SerializeToString d53d939de <czxrrr> rename and change testcase 760078539 <czxrrr> add function FileMetaData::ToString Lead-authored-by: czxrrr <caozherui@gmail.com> Co-authored-by: Wes McKinney <wesm+git@apache.org> Signed-off-by: Wes McKinney <wesm+git@apache.org>