arrow icon indicating copy to clipboard operation
arrow copied to clipboard

[C++][Parquet] Minor: moving EncodedStats by default rather than copying

Open mapleFU opened this issue 1 year ago • 0 comments

Describe the enhancement requested

Moving EncodedStats because it holds two std::string. This could benifit for non-SSO optimized data for FLBA/String statistics ( It seems to be useless for SSO optimized data?)

Component(s)

C++, Parquet

mapleFU avatar May 20 '24 10:05 mapleFU