Kouhei Sutou created ARROW-8311:
-----------------------------------
Summary: [C++] Add push style stream format reader
Key: ARROW-8311
URL: https://issues.apache.org/jira/browse/ARROW-8311
Project: Apache Arrow
Issue Type: Improvement
Components: C++
Reporter: Kouhei Sutou
Assignee: Kouhei Sutou
The current reader API read data from stream directly. This API isn't usable
with event driven style IO API.
Push style reader API don't read data from stream directly. It receive already
read data by users. This style is useful with event driven style IO API. We
can't read data from stream directly in event driven style IO API. We just
receive already read data from event driven style IO API.
We can't use the current reader API with event driven style IO API but we can
use push style reader with event driven style IO API.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)