forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-5531: [Python] Implement Array.from_buffers for varbinary and n…
…ested types, add DataType.num_buffers property Thanks to Antoine's recent work on `Array::View` this method can be made more robust and safe by checking for the correct number of buffers. Author: Wes McKinney <[email protected]> Closes apache#4537 from wesm/ARROW-5531 and squashes the following commits: ec0695d <Wes McKinney> Address code review feedback a725338 <Wes McKinney> Implement Array.from_buffers for nested types, add DataType.num_buffers, more checks
- Loading branch information
Showing
4 changed files
with
128 additions
and
67 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