-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-495: [C++] Implement streaming binary format, refactoring
cc @nongli Author: Wes McKinney <[email protected]> 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
- Loading branch information
Showing
24 changed files
with
718 additions
and
417 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.