[ 
https://issues.apache.org/jira/browse/ARROW-11540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281171#comment-17281171
 ] 

Tanveer commented on ARROW-11540:
---------------------------------

Thank you so much [~kou]. It worked.

> [GLib] Add low level GArrowBuffer to const guint8 * conversion function
> -----------------------------------------------------------------------
>
>                 Key: ARROW-11540
>                 URL: https://issues.apache.org/jira/browse/ARROW-11540
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: GLib
>            Reporter: Tanveer
>            Priority: Minor
>
> Hi, Can we have a support of low level function to convert GArrowBuffer to 
> const guint8 * data in Arrow GLib? 
> Like: 
> {code:java}
> const guint8 *garrow_buffer_get_databytes(GArrowBuffer *buffer)
> {  
>   auto arrow_buffer = garrow_buffer_get_raw(buffer);  
>   return arrow_buffer->data();
> }{code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to