You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Tanveer (Jira)" <ji...@apache.org> on 2021/02/06 17:17:00 UTC

[jira] [Created] (ARROW-11540) [GLib] Add low level GArrowBuffer to const guint8 * conversion function

Tanveer created ARROW-11540:
-------------------------------

             Summary: [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
            Reporter: Tanveer


Hi, Can we have a support of low level function to convert GArrowBuffer to const guint8 * data in Arrow GLib?

 
{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)