wujinghe commented on issue #11648:
URL: https://github.com/apache/arrow/issues/11648#issuecomment-964758436


   I am using C++ to develop a memory-based data analysis platform. Arrow 
provides the memory data structure and unified data format, it is convenient to 
fetch data from local files or remote processes. But Data Analysis Platform can 
receive messages from some data sources in real time, so I need to dynamically 
append data to the Table.
   
   After reading the source code, I want to create a chunked array,  then 
insert and combine to chunked array of the existing table, but I can't find the 
Api interface to do.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to