[
https://issues.apache.org/jira/browse/ARROW-2398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16426946#comment-16426946
]
ASF GitHub Bot commented on ARROW-2398:
---------------------------------------
andygrove commented on issue #1838: ARROW-2398: [Rust] Create Builder<T> for
building buffers directly in aligned memory
URL: https://github.com/apache/arrow/pull/1838#issuecomment-378941788
Moved builder into separate file for consistency with C++. Also implemented
`Drop` for builder (in case builder was created but finish was not called).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [Rust] Provide a zero-copy builder for type-safe Buffer<T>
> ----------------------------------------------------------
>
> Key: ARROW-2398
> URL: https://issues.apache.org/jira/browse/ARROW-2398
> Project: Apache Arrow
> Issue Type: New Feature
> Components: Rust
> Reporter: Andy Grove
> Assignee: Andy Grove
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.10.0
>
>
> This PR implements a builder so that buffers can be populated directly in
> aligned memory (as opposed to being created from Vec<T>).
>
> https://github.com/apache/arrow/pull/1838
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)