Commits

Wes McKinney authored 08142bfcfbb
ARROW-3250: [C++] Buffer implementation which owns memory from a std::string Author: Wes McKinney <wesm+git@apache.org> Author: Atri Sharma <atri@linux.com> Closes #2660 from atris/stlstring_buffer and squashes the following commits: 60a10d553 <Wes McKinney> Initiative differently to avoid SSO issues dafb078ef <Wes McKinney> Move implementation to Buffer::FromString with rvalue-reference ea342b8da <Atri Sharma> ARROW-3250: Buffer implementation to own memory from a std::string