Commits

Wes McKinney authored e5aeb900161
ARROW-1383: [C++] Add vector append variant to primitive array builders that accepts std::vector<bool> Other libraries may have null indicators in the form of bits or bytes. `std::vector<bool>` is a bit-packed container like Arrow's internal representation. Author: Wes McKinney <wes.mckinney@twosigma.com> Closes #1033 from wesm/ARROW-1383 and squashes the following commits: 0f05f2d0 [Wes McKinney] Fix another MSVC compiler warning cba48fc6 [Wes McKinney] More precise bool checks in BooleanBuilder::Append 6f97b063 [Wes McKinney] Add variant of vector Append in primitive array builders that accepts std::vector<bool>