Commits

Wes McKinney authored 5888e10cffa
ARROW-495: [C++] Implement streaming binary format, refactoring cc @nongli Author: Wes McKinney <wes.mckinney@twosigma.com> Closes #293 from wesm/ARROW-495 and squashes the following commits: 279583b [Wes McKinney] FileBlock is a struct c88e61a [Wes McKinney] Fix Python bindings after API changes 645a329 [Wes McKinney] Install stream.h 21378b4 [Wes McKinney] Collapse BaseStreamWriter and StreamWriter b6c4578 [Wes McKinney] clang-format 12eb2cb [Wes McKinney] Add unit tests for streaming format, fix EOS, metadata length padding issues 3200b17 [Wes McKinney] Implement StreamReader 69fe82e [Wes McKinney] Implement rough draft of StreamWriter, share code with FileWriter